Results 1 to 2 of 2

Thread: Weaving an Interceptor with AspectJ?

  1. #1
    Join Date
    May 2008
    Posts
    3

    Default 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.

  2. #2
    Join Date
    Jun 2007
    Posts
    16

    Default

    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
  •