Just for your information, 

the above problem occurs with this configuration

app/deploy/mywebapp.war
app/deploy/app_aspect.aop
app/deploy/app_aspect/META-INF/jboss-aop.xml


I also tried to deploy the aspect using the other scheme:

app/deploy/mywebapp.war
app/deploy/app_aspect.jar   <- this contains the interceptor
app/deploy/app_aspect-aop.xml

That provokes the same error.

I tried to put app_aspect.aop inside mywebapp.war (as stated somewhere in the 
docs) but the aspect seems to not get deployed.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012468
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to