autoproxy « Transaction « Spring Q&A





1. Problem with transaction autoproxy - help please!    forum.springsource.org

Problem with transaction autoproxy - help please! Hi, I'm trying to configure a service using autoproxy, and I'm having problem getting the transaction to work. In the following configuration, my application ...

2. @Transactional / Autoproxy problem.    forum.springsource.org

@Transactional / Autoproxy problem. I simply cannot get the @Transactional annotations to work when using an autoproxy. It *does* work if I declare specific TransactionProxyFactoryBean for each service. It seems like ...

3. Bug in spring with autoproxy and Transactions?    forum.springsource.org

Sep 8th, 2006, 01:32 PM #1 maykell View Profile View Forum Posts Private Message Member Join Date Sep 2006 Posts 47 Bug in spring with autoproxy and Transactions? Hi, everybody, i ...

4. Autoproxying Transactions and Auditing    forum.springsource.org

Oct 16th, 2007, 09:28 AM #1 wagdey View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 4 Autoproxying Transactions and Auditing Hi all. I'm new to ...

5. aop:aspectj-autoproxy @Transaction problem    forum.springsource.org

aop:aspectj-autoproxy @Transaction problem Hi I am trying to use annotations to configure a Retry Aspect that wraps a transactional bean but cannot seem to get this to work. Aspect: Code: @Aspect ...