> @Pointcut("call(* java.sql.Statement+.execute*(..)) &&
> @within(@com.xyz.Profiling * *(..)) ")
>
> public void profileJDBCExecute() {
>
> }Don't you have to write "within" instead of "@within"? Maybe that's it. Eric -- Eric Bodden Sable Research Group McGill University, Montréal, Canada _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
