1. is it possible to create an @Around aspect with Lower priority than @Transactional ? forum.springsource.orgis 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.orgApr 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.orgJun 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.orgConditionally 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.orgTransaction aspect order I'm using Spring 2.0 declarative transactions with |
6. Is it possible to use aspects for Transaction Tracing ? forum.springsource.orgIs 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.orgAug 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.orgMixing @Aspect @pointcut for transaction management Hi, I have the following aspect declaration in my context file: ... |
9. Transaction/Aspect question. forum.springsource.orgFirst 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.orgOct 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.orgTrouble 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 ... |