Re: [aspectj-users] overridden method not caught

2010-01-06 Thread Ramnivas Laddad
I am guessing that you are using the AspectJ's byte code weaving (and not Spring's proxy-based). Right? If so, I just tried your example and it works fine for me (I removed Spring related code as that is not significant here). -Ramnivas On Wed, Jan 6, 2010 at 12:40 AM, wrote: > I am experiment

[aspectj-users] overridden method not caught

2010-01-06 Thread adrian.p.smith
I am experimenting with the Spring integration for Aspectj as documented at http://static.springsource.org/spring/docs/2.5.x/reference/aop.html#aop- using-aspectj and have come across a problem. If I alter the class invocation to override the method that I want to instrument, the method is no long