aspect « Transaction « Spring Q&A





1. is it possible to create an @Around aspect with Lower priority than @Transactional ?    forum.springsource.org

is it possible to create an @Around aspect with Lower priority than @Transactional ? Hi, I created an aspect to catch EmptyResultDataAccessException from the jdbcTemplate, so my dao method returns null ...

2. Ordering Transactional aspect with custom aspects    forum.springsource.org

Apr 28th, 2011, 07:36 AM #1 Koudelka View Profile View Forum Posts Private Message Junior Member Join Date Apr 2011 Posts 1 Ordering Transactional aspect with custom aspects Hello, I have ...

3. Property 'transactionManager' must be set on transaction aspect - not following error    forum.springsource.org

Jun 15th, 2011, 04:00 PM #1 t2987 View Profile View Forum Posts Private Message Member Join Date Feb 2011 Posts 31 Property 'transactionManager' must be set on transaction aspect I have ...

4. Conditionally applying aspects (ehcache + transactions)    forum.springsource.org

Conditionally applying aspects (ehcache + transactions) Hi all, I'm using EHCache to cache some methods in my service. When executing those methods, if EHCache finds their results in its cache, should ...

5. Transaction aspect order    forum.springsource.org

Transaction aspect order I'm using Spring 2.0 declarative transactions with and want an interceptor to be called *before* commit. The problem is that the "order" property of the transaction aspect ...

6. Is it possible to use aspects for Transaction Tracing ?    forum.springsource.org

Is it possible to use aspects for Transaction Tracing ? Hi, Another Spring newbie here I'm developing a project with Spring nowadays. I use Spring for business and dao layers. For ...

7. 2.1 Upgrade - "Property 'transactionManager' must be set on transaction aspect"    forum.springsource.org

Aug 21st, 2007, 05:12 AM #1 baronludwig View Profile View Forum Posts Private Message Member Join Date Aug 2005 Location Sussex, UK Posts 91 2.1 Upgrade - "Property 'transactionManager' must be ...

8. Mixing @Aspect @pointcut for transaction management    forum.springsource.org

Mixing @Aspect @pointcut for transaction management Hi, I have the following aspect declaration in my context file: ... ...

9. Transaction/Aspect question.    forum.springsource.org

First off, I am a newbie for spring, I have read some of the documentation and some of a book. If you set up an an aspect to do auditing/logging, does ...





10. Transaction/aspect definition not working    forum.springsource.org

Oct 17th, 2008, 03:54 PM #1 Fisu View Profile View Forum Posts Private Message Junior Member Join Date Sep 2008 Location Argentina Posts 24 Transaction/aspect definition not working Hi! I'm trying ...

11. Trouble using my aspects and @Transactional    forum.springsource.org

Trouble using my aspects and @Transactional Hi, I encoutered some trouble when using my annotations in combinaison with @transactional I create a annotation to serve as pointcut for an around aspect. ...

12. @Transactional, @Configurable and @Aspect together -> aspects applied twice    forum.springsource.org

@Transactional, @Configurable and @Aspect together -> aspects applied twice Hi, I am trying to use @Transactional, @Configurable and own aspects with @Aspect in my application. I want to use only compile-time-weaving ...