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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to