Hello!
Unfortunately, the plugin does not work with newer versions of JBoss AOP.
We are planning to fix this very soon. By now, go to the Run... menu of Eclipse, and
create a new Java Application configuration.
On the Arguments tab, add the following arguments:
-Djboss.aop.path=yourpath/jboss-aop.xml
-javaagent:your_jboss_aop_home/lib/jboss-aop-jdk50.jar=-hotSwap
Notice that the argument "-hotSwap" passed to the javaagent is responsible for
enabling hot swap. If you prefer to run it with hot swap disabled, just use the arguments
above without the "=-hotSwap" part.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183230#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...