-
Oct 30th, 2008, 06:06 AM
#11
Did you put META-INF/aop.xml in the right place? I think I have encountered the same problem before...
At first I put META-INF/aop.xml in WebRoot/META-INF/aop.xml, but it can't be found. Then I put META-INF/aop.xml into the src folder, and it worked.
I'm not sure whether it is the same problem...
-
Oct 30th, 2008, 07:10 AM
#12
I put in classification\src\main\webapp\META-INF\aop.xml
I'm using maven.
-
Oct 30th, 2008, 09:09 AM
#13
This is not my problem because I set to aspectJ to generate a message and the messange was printed.
<weaver options="-verbose -showWeaveInfo -XmessageHandlerClass:org.springframework.aop.aspec tj.AspectJWeaverMessageHandler">
-
Oct 31st, 2008, 06:00 AM
#14
My problem was only version. I updated maven dependencies to 2.5.5 and xxaspectxx to 1.6 then finally it works.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules