With the agent attached, if you run in debug mode (set debug/verbose in the weaver options), you should be able to see if a weaver instance created for any classloader you are interested in. If you do see creation of a weaver instance then weaving will be attempted for classes loaded by it.
Andy On 14 February 2010 07:04, yaron <[email protected]> wrote: > Hi, > Wanted to know if LTW is being invoked when classes are loaded by > RMIClassloader > I know RMIClassloader is not a subclass of ClassLoader but I think it uses > an instance of class loader under the hood > Thank you for your help > Yaron > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
