1. Spring HTTP invoker returns a null proxy, need debugging help stackoverflow.comI'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.comI 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.comDoes 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.orglog4j 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.orgAfter 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 ... |