Hi I have an advice
Code:
@Around("execution(* org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter.getConnection())")
This is picked up when I run a unit test, but in a webapp deployed to tomcat 5.5 this advice is never executed.

My aop config is
Code:
<aop:aspectj-autoproxy proxy-target-class="true" />	
	
	<context:component-scan base-package="com.zatopek.one.util.aspects" />