-
Jul 6th, 2012, 10:39 AM
#1
How to verify woven code
Hi
Have a rudeimentary question.
How to determine at runtime if a class is woven? I'm using AspectJ with Spring JVM agent for load time weaving.
Thanks
Chandru
-
Jul 12th, 2012, 02:32 AM
#2
a System.out.println inside the aspect code perhaps?
-
Jul 12th, 2012, 11:09 AM
#3
Since I don't have access to the source code that is being weaved, would like to a way to validate this dynamically
-
Jul 13th, 2012, 02:12 AM
#4
Ok...then set log4j level to debug for AspectJ and Spring packages, and read the produced log when the woven classes are loaded.
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