posted 13 years ago
I wrote a "band-aid" fix for a live application as a Spring AOP class implementing MethodInterceptor (the app only has about 6-9 months to live, so a "correct" fix wasn't worth it).
However, I added the following lines to my applicationContext.xml file to apply the aspect but the MethodInterceptor never gets invoked.
Can anyone assist?