[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-17 Thread alesj
Can you check if you have this in your JBossEntityResolver: | registerEntity("urn:jboss:aop-beans:1.0", "aop-beans_1_0.xsd"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095982#4095982 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-17 Thread ataylor
With Trace on I do get the following | @main 09:50:57,224 DEBUG [JBossEntityResolver] Cannot resolve [publicID=urn:jboss:aop-beans:1.0,systemID=null] | @main 09:50:57,234 DEBUG [JBossEntityResolver] Cannot resolve [publicID=null,systemID=urn:jboss:aop-beans:1.0] | @main 09:50:57,234 DEBUG

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-16 Thread [EMAIL PROTECTED]
Try enabling TRACE for org.jboss.xb.binding.sunday.unmarshalling.XsdBinder. It will show whether the aop xsd is parsed and {urn:jboss:aop-beans:1.0}lifecycle-configure is actually there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095596#4095596 Reply to

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread alesj
Uf, I'm out of ideas. Alex or Adrian? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094599#4094599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094599 ___ jboss-user mailin

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread ataylor
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",

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread alesj
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.b

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread ataylor
only one, version 2.7.1-brew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094459#4094459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094459 ___ jboss-user mailing list jb

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread alesj
How many of xercesImpl jars is there in classpath? Since I remember having some weird (perhaps even the same) problems when doing similar mc+aop in our mc+drools example due to multiple diff xercesImpl versions. Had to exclude them: | | org.drools | drools-compiler

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread ataylor
yeah, jboss-aop-mc-int.jar is in my classpath so i'm definately picking up the aop-beans_1_0.xsd schema. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094451#4094451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40944

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-12 Thread alesj
You do have aop-mc-int artifacts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094445#4094445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094445 ___ jboss-user mailing li