[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Update AOPTestDelegate to better integrate into eclipse

kabir.khan@jboss.com do-not-reply at jboss.com
Tue Jan 2 08:29:31 EST 2007


To set  up for debug, you need to 
1) set the jboss.aop.path system property to point to the jboss-aop.xml file
2) set -javaagent:%OUTPUT_LIB_FOLDER%\jboss-aop-jdk50.jar

While the requirement for 1) could be optimized out by the mechanism you describe, it means rewriting all the tests since things like field, constructor and array interception need weaving of the testcase class, which in turn depends on the aop.xml file being deployed before the testcase class is loaded.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997239#3997239

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



More information about the jboss-dev-forums mailing list