The problem lies in the loading of classes for test runs....
currently the TestClass UserEntityListenerTest gets loaded and with it the aspect(UserEntityListener) ant the class which has a maching...
Type: Posts; User: apl; Keyword(s):
The problem lies in the loading of classes for test runs....
currently the TestClass UserEntityListenerTest gets loaded and with it the aspect(UserEntityListener) ant the class which has a maching...
The aspects are defined in /META-INF/aop.xml - this is working for plain aspectj - ???
It looks that the the weaver is doing anything, but actually no weaving at all?
The classes woven with plain...
Hi,
I have an @Aspect that runs if I use the -javaagent aspectjweaver.jar option to do the LTW.
If I try to use the spring-instrumentation.jar the classes are not woven.
This is my test...