Could it be very old version of SingletonSchemaResolverFactory in jbossxb?
Meaning that SingletonSchemaResolverFactory does not have this first schema
addition:
| private SingletonSchemaResolverFactory()
| {
| addSchema("urn:jboss:aop-beans:1.0",
"org.jboss.aop.microcontainer.beans.xml.AOPBeansSchemaInitializer",
Boolean.FALSE);
| addSchema("urn:jboss:bean-deployer",
"org.jboss.kernel.plugins.deployment.xml.BeanSchemaInitializer", Boolean.FALSE);
| addSchema("urn:jboss:bean-deployer:2.0",
"org.jboss.kernel.plugins.deployment.xml.BeanSchemaInitializer20",
Boolean.FALSE);
| addSchema("urn:jboss:javabean:1.0",
"org.jboss.javabean.plugins.xml.JavaBeanSchemaInitializer", Boolean.FALSE);
| addSchema("urn:jboss:javabean:2.0",
"org.jboss.javabean.plugins.xml.JavaBeanSchemaInitializer20", Boolean.FALSE);
| addSchema("urn:jboss:spring-beans:2.0",
"org.jboss.spring.deployment.xml.SpringSchemaInitializer", Boolean.FALSE);
| addSchema("urn:jboss:policy:1.0",
"org.jboss.kernel.plugins.deployment.xml.PolicySchemaInitializer",
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);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094465#4094465
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094465
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user