Closed GoogleCodeExporter closed 9 years ago
The library doesn't support load-time weaving from AspectJ. Since the code
functions by adding a wrapper proxy around a spring bean calls between methods
in the bean will not be affected by the annotations. This is true for any
Spring aspect that is not implemented using load-time weaving.
The solution is to call a helper or registry style bean API that then calls
each of your annotated methods in turn on your annotated bean.
Original comment by eric.dalquist
on 29 Jun 2010 at 8:02
Ok. Thanks. Well, I'll be when Issue #34 is implemented.
Thanks!
Jiang
Original comment by timobj@gmail.com
on 29 Jun 2010 at 8:06
I'm actually working on #34 right now. We might even get a 1.1.1 release by the
end of the week.
Original comment by eric.dalquist
on 29 Jun 2010 at 8:09
Wow! That will be great! Thanks a lot!
Original comment by timobj@gmail.com
on 29 Jun 2010 at 8:20
Original issue reported on code.google.com by
timobj@gmail.com
on 29 Jun 2010 at 7:53Attachments: