[jboss-user] [JBoss AOP] - Re: Hot Swap using a standalone version of JBoss AOP

flavia.rainone@jboss.com do-not-reply at jboss.com
Mon Oct 20 09:03:18 EDT 2008


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#4183230

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183230



More information about the jboss-user mailing list