I am trying to use AOP to do some processing after an annotated controller. Everything is running with no errors, but the advice is not being executed.
For MVC controllers the preferred method of accomplishing what you are trying to do is to use interceptors. See http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-handlermapping-interceptor