Re: [aspectwerkz-dev] tracing to the console
eu <eu-E/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Jonas Boner wrote: > Then you would have to do post-compilation of rt.jar. Hmm. That is confusing. I see that ClassLoader class is being instrumented (at least when I start application using aspectwerkz.bat), why not leave joinpoint in there? regards, Eugene > -----Original Message----- > From: eu [mailto:eu-E/[email protected]] > Sent: Tue 7/13/2004 7:51 PM > To: [email protected] > Cc: > Subject: Re: [aspectwerkz-dev] tracing to the console > > Alex wrote: > > >>The AOP container is designed to avoid to hook directly in the classloader >>class. I don't want to hook in classloaders. It was already complex to >>enable class load time weaving. > > > Hmm. Is there are any way to put a custom advice to something like > execution(* java.lang.ClassLoader+.new(..)) ? > > regards, > Eugene > > > >