I'm currently trying to setup AOP for a JSF app deployed on Tomcat. I wrote a small test app (src is attached).
In a separated command line application the advice method is called, but not if a deployed it on Tomcat.
Any help is appreciated; may be someone can point me to any comprehensive web source or example. Google didn't satisfy me so far.