Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: New Spring Caching Not Working With AspectJ LTW

  1. #11
    Join Date
    Dec 2008
    Posts
    1

    Default

    Hi to everyone!
    Silviu, are you able to find a solution? I try with both xml configuration and annotation configuration, but i was not able to make it work with AspecJ.

    Thank you.

  2. #12
    Join Date
    Dec 2011
    Posts
    6

    Default

    No, unfortunatelly not...did not work for me.
    I gave up on cache annotations as I was running out of time ... I ended up using ehcache objects "directly"

    Thank you, Silviu

  3. #13
    Join Date
    May 2009
    Posts
    19

    Default

    Same boat, Ive spent 3 days trying to get it to work.

    Looks like the weaving falls over here, I think ive been looking at the problem too long and am missing something obvious.

    DEBUG: org.springframework.context.annotation.ClassPathBe anDefinitionScanner - Identified candidate component class: URL [jar:file:/C:/Users/DEVELOPER/WORKSPACES/DIOMO_WS/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/DiomoFormsWeb/WEB-INF/lib/paypal-integration-service-1.0-SNAPSHOT.jar!/com/diomo/payments/paypal/ipn/web/IPNWebService.class]
    [TomcatInstrumentableClassLoader@755c62bc] abort trouble in:
    public abstract class org.codehaus.jackson.map.SerializerProvider extends java.lang.Object:


    ....

    end public abstract class org.codehaus.jackson.map.SerializerProvider
    -- (NullPointerException) null
    null
    java.lang.NullPointerException
    at org.aspectj.weaver.UnresolvedType.forSignature(Unr esolvedType.java:361)

Posting Permissions

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