Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] LTW not "running" in my WebApp

Hi Pasturel,

Thank you for the guidance.  I forgot to mention in my original post that I had spent probably 5-6 hours playing around with changing the Tomcat classloader to the spring one with no effect.  I notice in that link you provided the person had to "clean" their Tomcat.  I'll have a try with that and see what happens.

Thank you.

-Jonathan

On Mon, Jun 20, 2011 at 11:54 PM, Pasturel <jean-louis.pasturel@xxxxxxxxx> wrote:

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

It is because the default ClassLoader of Tomcat is not "instrumentable". All is explained in this thread : http://forum.springsource.org/showthread.php?88613-load-time-weaver-and-tomcat-6-problem!


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top