transactions - Trouble configuring AspectJ LTW with Tomcat and Spring - Stack Overflow
I'm having some problems getting load-time weaving to work with Spring in my Tomcat 6 webapp. I only want to use it for transactions (so that self-invocation respects transactional annotations, which it doesn't with AOP proxying). It appears that the weaver is being loaded, but my annotated classes aren't actually being woven. When I step through my code, I don't see any transaction boundaries in SQL logs, as I was seeing with regular AOP proxy configuration. Here's my setup:
Read full article from transactions - Trouble configuring AspectJ LTW with Tomcat and Spring - Stack Overflow
No comments:
Post a Comment