Hi there
I am currently in the process of converting an .aj to a java file and annotate the advice and pointcuts. In the ADJT tool in eclipse I can see that the advice is being applied.
When trying to run a test suite i get the following exception:
I may be wrong but it looks like the cglib proxy is being weaved by aspectj and causing some problems.Code:Caused by: java.lang.VerifyError: (class: com/xxx/xxx/xxx, method: xxx_xxx1$advice signature: (Lcom/xxx/xxx/xxx;Lcom/xxx/xxx/xxx;Lorg/aspectj/lang/JoinPoint;Lcom/xxx/xxx/<Advice>;Lcom/Xxx/xxÀá
Any advice?


Reply With Quote