Hi All,
I'm studing Spring and have done an example from "Spring in Action" (with little modifications). I'm trying to implement AfterReturningAdvice functionality. I copiles and runs fine. But I don't see any activities from AfterReturningAdvice method... It's simply not called at all

.
What's wrong here?