Results 1 to 2 of 2

Thread: AspectJ load-time weaving + Spring 3.0.5.RELEASE + Tomcat 7 not working

  1. #1
    Join Date
    Dec 2011
    Posts
    3

    Question AspectJ load-time weaving + Spring 3.0.5.RELEASE + Tomcat 7 not working

    I am trying to figure out why load-time weaving is not working yet for my web application. For my normal application (not webapp) it is working.

    My mavenized project structure is:



    When I start the application, the logs show that the load-time weaver is working: http://pastebin.com/YXgAP2uh.
    But when I trigger EchoServlet, the EchoAspect is not getting woven in: http://pastebin.com/tYTK42iW.

    Does anyone have an idea? Thanks for any advice ;-)

    @admin: as I'm using AspectJ I'm not sure if this is the correct subforum to post. I'm guessing it should be fine

  2. #2
    Join Date
    Dec 2011
    Posts
    3

    Default

    hi, posted on http://stackoverflow.com/questions/8...-7-not-working as well (will update there)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •