-
1. Re: Add schema binding to SingletonSchemaResolverFactory
aloubyansky May 7, 2008 10:35 AM (in response to sguilhen)Yes. Also, please, create a Jira issue in the JBXB for this. Thanks.
-
2. Re: Add schema binding to SingletonSchemaResolverFactory
anil.saldhana May 7, 2008 11:13 AM (in response to sguilhen)Alexey, shouldn't this registration sit in the security integration layer rather than XB?
-
3. Re: Add schema binding to SingletonSchemaResolverFactory
alesj May 7, 2008 11:22 AM (in response to sguilhen)You can/should create your own deployer, that knows how to parse your custom security xml, plus it registers your schema/metadata to resolver.
This way you can then use your custom xml in -beans.xml and your e.g. -security.xml.
Stefan knows how to do this, or see SchemaResolverDeployer for more info. -
4. Re: Add schema binding to SingletonSchemaResolverFactory
aloubyansky May 7, 2008 11:22 AM (in response to sguilhen)Yes, I would say logically the resolver configuration and all the mappings (including the existing ones) should be done on the integration level. The mappings reference class names from other projects and it makes sense for the owners of those classes to be able to make changes in this area w/o requesting a change in the xb's sourcecode.