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#4052588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052588 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
