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
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
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
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
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",
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
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
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
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
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
10 matches
Mail list logo