[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying
alesj
do-not-reply at jboss.com
Thu May 22 09:44:22 EDT 2008
Not that I would know of.
Adrian is working on better bootstrap order, so that might help:
- http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152035#4152035
But in the worst case you can always 'polute' SingletonSchemaResolverFactory. :-)
| /**
| * Create a new SingletonSchemaResolverFactory.
| */
| private SingletonSchemaResolverFactory()
| {
| // old initializer
| //addSchema("urn:jboss:aop-beans:1.0", "org.jboss.aop.microcontainer.beans.xml.AOPBeansSchemaInitializer", Boolean.FALSE);
| addSchema("urn:jboss:spring-beans:2.0", "org.jboss.spring.deployment.xml.SpringSchemaInitializer", Boolean.FALSE);
| addSchema("urn:jboss:osgi-beans:1.0", "org.jboss.osgi.deployment.xml.OSGiSchemaInitializer", Boolean.FALSE);
| addSchema("urn:jboss:seam-components:1.0", "org.jboss.seam.ioc.microcontainer.xml.SeamSchemaInitializer", Boolean.FALSE);
| // new jaxb
| addJaxbSchema("urn:jboss:aop-beans:1.0", "org.jboss.aop.microcontainer.beans.metadata.AOPDeployment");
| addJaxbSchema("urn:jboss:bean-deployer", "org.jboss.kernel.plugins.deployment.AbstractKernelDeployment10");
| addJaxbSchema("urn:jboss:bean-deployer:2.0", "org.jboss.kernel.plugins.deployment.AbstractKernelDeployment");
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152687#4152687
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152687
More information about the jboss-user
mailing list