I'm going to close this and open a separate thread, since the focus of the problem has changed. Now the issue is just down to why the advisor isn't being called.
I'm going to close this and open a separate thread, since the focus of the problem has changed. Now the issue is just down to why the advisor isn't being called.
You should be programming to interfaces however you probably aren't doing that. So you need to use class proxying. (Which is also what your stacktrace indicates).Google indicates "CGLIB" would require yet another jar in my classpath, which introduces even MORE complexity to the project. But the error message does mention an alternative of "proxy interfaces." How does one do proxy interfaces? What's the tradeoff between CGLIB & proxy interfaces? Is one significantly faster or easier to implement than the other?
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan