Hi! The properties you set to run aopc must also be set to run your java application (jboss.aop.classpath,aoppath, or whatever you have defined in your aopc task) The advice stack is built at runtime and, for that, JBoss AOP needs the jboss.aop.xml.
Alternatively, you can put jboss-aop.xml in a META-INF directory in the classpath of your app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151097#4151097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151097 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
