Hi!

Regarding the correct structure to deploy your aspects with servlets, there are 
a few options. Take a look at this tutorial:

http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/examples/injboss/aopInJbossPackaging.html

JBoss AS uses an unified class loader structure. This means that classes from a 
deployment unit are visible to other deployment units, unless you use a scoped 
deployment.

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

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

Reply via email to