I'm picking up the version from jbossas/core-libs version 4.2.1.GA
| 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.kernel.plugins.config.xml.JavaBeanSchemaInitializer",
Boolean.FALSE);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094551#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...