This usage of a custom schema binding in an mc bean property:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142337
is essentially the same as annotation processing. We need the deployment class loader to
be able to create the binding classes. Right now there is no notion of parsing having to
interact with a deployment class loader.
Essentially the parsing of the bean property fragment needs to be delayed until the
deployment class loader is available.
The question is how to do this. Have jbossxb throw a unresolvable schema classes error
that results in a partial KernelDeployment/BeanMetaData, or just have the value passed in
the for bean property be an unresolved binding metadata value that has to be resolved
after the class loader is established. Of course if the class loader setting itself has
the unresolved value its a broken deployment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142340#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...