Hi I have an advice
This is picked up when I run a unit test, but in a webapp deployed to tomcat 5.5 this advice is never executed.Code:@Around("execution(* org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter.getConnection())")
My aop config is
Code:<aop:aspectj-autoproxy proxy-target-class="true" /> <context:component-scan base-package="com.zatopek.one.util.aspects" />


Reply With Quote
