transactionManagers « Transaction « Spring Q&A





1. Two different transactionManagers within the same app    forum.springsource.org

Two different transactionManagers within the same app In a spring 3.0.5 App, can you have two different transactionManagers within the same app deployment? I have an App that needs some modifications, ...

2. Locking in nested transactions, combining JTA- and JDBC-TransactionManagers?    forum.springsource.org

Locking in nested transactions, combining JTA- and JDBC-TransactionManagers? Hi! I am developing an application (deployed on JBoss 5.1.0.GA) containing a method where a single entity is picked from a collection selected ...

3. TransactionManagers: How it works?    forum.springsource.org

I think JdbcTransactionManages and HibernateTransactionManager uses ThreadLocal for storing java.sql.Connection. But will they work if I will use ThreadLocal for storing my Object? I know Acegi Security uses ThreadLocal too. How ...

4. HibernateCallBack and transactionManagers    forum.springsource.org

HibernateCallBack and transactionManagers I have to make some changes to an application that uses HibernateTemplate( via DAOs) and HibernateCallBack to perform operations against a single database. The transaction demarcation seems to ...

5. 2 transactionManagers in 1 service??    forum.springsource.org

2 transactionManagers in 1 service?? I have a couple services that need access to more than one database and I was wondering how I can do this? Everything works fine when ...

6. 2 Datasource, 2 entityManagerFactories, 2 transactionManagers....    forum.springsource.org

2 Datasource, 2 entityManagerFactories, 2 transactionManagers.... For example is the sample snippet for the setting up one data source. Code:

7. Howto: Multiple DBs, Multiple TransactionManagers    forum.springsource.org

Howto: Multiple DBs, Multiple TransactionManagers I have multiple databases, and each has their own transactionManager. (They do not share the same transaction, so no JTA.) Right now I can do programmatic ...