[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Moving parsing to JBossXB.Builder/JAXB

kabir.khan@jboss.com do-not-reply at jboss.com
Thu Mar 27 07:21:12 EDT 2008


Good point Ales!

Alex, I cannot commit the switch, but basically in SingletonSchemaResolverFactory I want to 

  | @@ -56,13 +56,13 @@
  |      */
  |     private SingletonSchemaResolverFactory()
  |     {
  | -      // old initializer 
  | -      addSchema("urn:jboss:aop-beans:1.0", "org.jboss.aop.microcontainer.beans.xml.AOPBeansSchemaInitializer", Boolean.FALSE);
  | +      // 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: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");
  | 

http://jira.jboss.com/jira/browse/JBXB-136

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139219#4139219

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139219



More information about the jboss-dev-forums mailing list