transactionAttributes « Transaction « Spring Q&A





1. transactionAttributes if single entry method    forum.springsource.org

transactionAttributes if single entry method All the services of my business tier have the same signature: Code: public class myFacade extends BusinessFacade { public void myService1(BusinessRequest req, BusinessReponse resp) throws BusinessException; ...

2. Inheritance of transactionAttributes from abstract parent    forum.springsource.org

Inheritance of transactionAttributes from abstract parent If I have a parent bean for a transaction-managed proxy that specified the transactionAttributes, do the concrete child beans need to redeclare all of the ...

3. Hibernate's getCurrentSession() and transactionAttributes    forum.springsource.org

Hibernate's getCurrentSession() and transactionAttributes Hi, I'm in middle of moving away from HibernateTemplate session handling to Hibernate's own SessionFactory.getCurrentSession(). I've wired SessionFactory using LocalSessionFactoryBean and transactions are handled by HibernateTransactionManager. Problem ...

4. Having trouble setting up transactionAttributes    forum.springsource.org

Having trouble setting up transactionAttributes I am having trouble setting my transaction propogation correctly on a spring managed object. This service object has a single method (called from other methods in ...

5. TransactionProxyFactoryBean ignoring transactionAttributes?    forum.springsource.org

Jun 1st, 2006, 06:00 PM #1 kudude View Profile View Forum Posts Private Message Junior Member Join Date Jun 2006 Posts 2 TransactionProxyFactoryBean ignoring transactionAttributes? Even though I am setting the ...

6. Proper way to combine TransactionAttributes    forum.springsource.org

Proper way to combine TransactionAttributes Hi, I am using Spring 1.2.7. I am demarcating transactions using XML configuration, not annotations. I am configuring a bean, specifically wrapping a method "record..." within ...

7. TransactionProxyFactoryBean transactionAttributes and private/protected methods    forum.springsource.org

If you are using SpringAOP, then internal calls will no get proxied. The transaction is defined for the method invocation however, so any internal calls from the public method will be ...

8. transactionAttributes within TransactionProxyFactoryBean    forum.springsource.org

Can someone point me towards some definitive documentation for what the options are for setting up transactionAttributes within a TransactionProxyFactoryBean? I've looked everywhere, googled like a madman and searched this forum ...

9. Find the current transactionAttributes.    forum.springsource.org

Find the current transactionAttributes. Hello all, I am am using a TransactionProxyFactoryBean on my business objects to provide transactional support of course. I am using 2 data sources: Oracle database with ...





10. transactionAttributes & LazyInitializationException    forum.springsource.org

transactionAttributes & LazyInitializationException Hello, I have a problem where I'm trying to lazily load hibernate objects while using Spring's TransactionProxyFactoryBean & transactionAttributes (see context file below) - but I'm getting a ...