Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to weave the method calls inside an war file?

Hi Alex, 

   Thanks for your reply, I guess what you say does make sense to me. So
your asking me to do the following:

1. Start the container with LTW weaving jar. So that all classes that are
loaded by the classloaders will be weaved before it reaches JVM. And hence,
I have all flows can be tracked that is happening in my container at runtime
(as thats what I'm trying to achieve). Is my understanding is correct?



--
View this message in context: http://aspectj.2085585.n4.nabble.com/How-to-weave-the-method-calls-inside-an-war-file-tp4651913p4651919.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top