[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MC + JAXB (JBossXB Builder)
adrian@jboss.org
do-not-reply at jboss.com
Fri Feb 29 07:10:26 EST 2008
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#4133179
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133179
More information about the jboss-dev-forums
mailing list