Back Forum Reply New

Weaving an Interceptor with AspectJ?

I tried this question in the data access forum with no success, so here's a second try: Is there a way to weave an old style Spring AOP Interceptor (implementing org.aopalliance.intercept.Interceptor) with AspectJ?

I'm using org..orm.hibernate3.HibernateInterc  eptor, but would like to stick with AspectJ as my AOP solution.

I have trying the same, but I found that in Spring 2.5 it is posible using @Configurable annotation but I have got some problems with load-time-weaver configuration over glassfish
¥
Back Forum Reply New