Debug « AOP « Spring Q&A





1. Spring HTTP invoker returns a null proxy, need debugging help    stackoverflow.com

I've followed the spring http proxying tutorial as closely as possibly, but I still can't get it to work at runtime (my configuration is ...

2. How to debug Spring AOP    stackoverflow.com

I have a problem with Spring AOP which doesn't ties an aspect to all the methods it should (in my opinion) (see this question for more about the root problem:

3. Debugging & stepping into, dynamic proxies    stackoverflow.com

Does anyone know how to step into the target method of a class that is being managed by (in my case) Spring's AOP mechanism? If I am stepping through my code ...

4. log4j debugging using AOP    forum.springsource.org

log4j debugging using AOP I can't find a way that would make Spring intercept all calls to all methods of any class (and not only interfaces) of my application and then ...

5. How to debug proxy code?    forum.springsource.org

After adding @Transactional to a method (Foo.perform()) I get a NullPointerException when executing this method (via a reference obtained through Spring). The exception occurs somewhere after the advised method returns: java.lang.NullPointerException ...