Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Weaving classes loaded by RMIClassloader

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 <yaronp68@xxxxxxxxx> 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
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>


Back to the top