What I do when debugging test cases in eclipse is to use loadtime weaving, by adding the
following to the VM args for the launch configuration
| -javaagent:path_to_jboss-aop-jdk50.jar -Djboss.aop.path=path_to_jboss-aop.xml
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052588#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...