posted 8 years ago
Hi,
We are trying to integrate Spring AOP in to our struts2 application for logging and authentication. We tried a sample struts2 app and integrated aop successfully. But when we integrated in to our actual application, we are facing some issues. It is not throwing any exceptions nor the advice is called. Looks like the proxies are not created using cglib (found using the StackTraceElement of RuntimeException).
web.xml
applicationContext.xml
strusts.xml
Aspect Class
Would be great, if anyone could help us fix this issue.
Thanks in advance.