RE: [aspectwerkz-user] help with aspect not weaved
"Michael Haupt" <[email protected]> Thu, 23 Jun 2005 20:34:00 +0200 (CEST)
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <32838.84.167.79.152.1119551640.squirrel@www.st.informatik.tu-darmstadt.de> |
Hi, Borislav Iordanov wrote: > However, the class > JRiskSecurity_1__2130939767_1948679980___AW_JoinPoint is nowhere to be > found... :( I used to have the same problem until someone on this friendly and helpful mailing list :-) told me to modify the classorg.codehaus.aspectwerkz.transform.inlining.compiler.AbstractJoinPointCompiler, namely to set its member DUMP_JIT_CLASSES to true. After recompiling that class (and updating the JAR), it should work, and JoinPoint classes should be dumped. Best, Michael Haupt