I also spoke to Alex about getting two new features related to schema config.
1) Lazy initialization of schema bindings.
Currently when you configure a class in the bootstrap, it has to exist
at startup to be included. e.g. the aop and spring schemas aren't included in JBossAS
because they aren't in the bootstrap classes.
So you have to configure them manually.
It would be better if this was done "on-demand".
2) Allow specification of config in the top level element (similar to the way
schema locations are handled) which doesn't require the "2 phase"
configuration that is currently done.
| <deployment xmlns:jbxb="urn:jbossxb:2.0"
jbxb:schemabinding="urn:jbossjms:5.0 org.jboss.jms.Whatever"/>
|
It would be good if Alex can include these, so they are available for our RC1 release
and JBoss5
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133179#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...