if the beans are being imported correctly into your aspect configured xml then it should work
Printable View
if the beans are being imported correctly into your aspect configured xml then it should work
Hi shivaji,
in attempting to use Spring AOP proxy if include both classes
as a test..
ie: both Aspect and target are recognized by the proxy somewhat, it only gets triggered upon rendering the view or someting like that, anyway you wouldn't want to have to hardcode all the includes like that?Code:<aop:aspectj-autoproxy>
<aop:include name="errorLogger" />
<aop:include name="searchCriteria" />
</aop:aspectj-autoproxy>
I am to understand that you must use Load-Time Weaving for Webflow (lucky me!) and there's not much out there concerning this.
I found this link for configs but can't see/checkout the source code
http://www.springbyexample.org/examp...pectj-ltw.html
When you do that you get all kinds of serialization errors, Webflow requires
classes to implement serialization.
Pretty much unable to use AOP in Weflow (hope I'm wrong)!
John.