-
May 8th, 2008, 07:23 PM
#1
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.springframework.orm.hibernate3.HibernateInterc eptor, but would like to stick with AspectJ as my AOP solution.
-
May 29th, 2008, 12:20 PM
#2
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
Last edited by Isaac2001; May 29th, 2008 at 12:43 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules