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: Spring AOP ignores some methods of Hessian Service).
How can I debug, what methods and instances get combined with what aspect? Is there something like a verbose flag for spring aop, which gives that information?