Re: [JBoss-user] AOP in JBoss4DR2

2003-11-20 Thread Bill Burke
The question is: How does JBoss AOP find jboss-aop.xml files? If you run JBoss AOP standalone it searches for all META-INF/jboss-aop.xml files within your classpath. Standalone AOP does a ClassLoader.getResources("META-INF/jboss-aop.xml"); So, any JAR in your classpath that has META-INF/jbos

[JBoss-user] AOP in JBoss4DR2

2003-11-20 Thread Giovanni Formenti
Hallo! I try an example for AOP in my JBoss4 env. (http://www.madplanet.com/jboss-docu-wiki/Wiki.jsp?page=40.AOP.Simple.Exampl e) It doesn't work! I create jboss-aop.xml in the META-INF dir, i create the interceptor and an EJB that call a POJO class. Nobody have any idea why it doesn't work?! I nee