I am trying to apply an aspect to a class being deployed in an ejb3 file using the precompiled method.
I have a .ear file that contains a .ejb3 file with my class that the aspect applies too, precompiled for my aspect. The .ear also contains a .aop jar file that contains my aspect class and jboss-aop.xml file. I am deploying the ear in JBoss 4.0.3 and I have ensured that the jboss-aop-jdk50.deployer is installed as I am using the Java 5 JDK. The ear deploys OK and can be invoked from the client but the aspectized class is not displaying the message I have put in my aspect class. I know the aspect works when precompiled into a class run outside the container it just doesn't work in the container. Am I packaging this incorrectly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920966#3920966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920966 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
