subclass « AOP « Spring Q&A





1. upgrade from 2.0-M5 to 2.0: cannot subclass final proxy    forum.springsource.org

upgrade from 2.0-M5 to 2.0: cannot subclass final proxy I upgraded from 2.0-M5 to 2.0 and now have some problems deploying my application on the webserver. It's a webapp using acegi ...

2. Subclassing AbstractTransactionAspect and @AspectJ    forum.springsource.org

Subclassing AbstractTransactionAspect and @AspectJ Hi all I had the problem of adding aspects to non spring-managed objects. For this reason I've resorted to AspectJProxyFactory and it works like a charm. Now, ...

3. after-throwing aspect not called (for subclasses)    forum.springsource.org

I've run into a case when an after-throwing advice is not executed in certain situations (and no, it does not appear a case of self-invocation). The case is pretty simple. I ...