atomikos « Transaction « Spring Q&A





1. when to use global transaction Or use spring aop for transaction    stackoverflow.com

Q1. i do understand when we need to deal with multiple databases, we need to use global transaction. but from this post http://fogbugz.atomikos.com/default.asp . the person suggested ...

2. Spring/JTA/JPA DAO integration test doesn't rollback?    stackoverflow.com

My DAO integration tests are failing because entities created during the tests are still in the database at the start of the next test. The exact same behavior is seen ...

3. Atomikos JTA - Recover error    stackoverflow.com

I am implementing JTA using Atomikos and dep[loyed on server it works fine with multiple database rollback but when i restart the server it gives below error and if i delete ...

4. @Transaction doesnt work with JTA(Atomikos)    forum.springsource.org

@Transaction doesnt work with JTA(Atomikos) I have a use case where i need to use a JTA compaint transaction manager. So i am using Atomikos. This worked fine when i use ...

5. Using "aspectj" mode for annotation-driven transaction, breaks atomikos    forum.springsource.org

Using "aspectj" mode for annotation-driven transaction, breaks atomikos Hello, I've been using a Spring + Atomikos + Hibernate(MySQL) + ActiveMQ configuration which worked fine, until I ran into a situation where ...

6. Atomikos + JTA + Two Posgres Databases    forum.springsource.org

Atomikos + JTA + Two Posgres Databases Hey, I'm trying to setup distributed transactions with Atomikos, Spring, JTA, and two postgres servers and I'm running into some trouble. All the examples ...

7. spring 2.5 + hibernate 3 + junit 4.4 + derby 10.3 + jta[atomikos or jotm impl]    forum.springsource.org

Feb 22nd, 2008, 11:55 AM #1 fastnsilver View Profile View Forum Posts Private Message Junior Member Join Date Feb 2008 Posts 12 spring 2.5 + hibernate 3 + junit 4.4 + ...

8. XA Transactions with Atomikos and JPA    forum.springsource.org

Mar 5th, 2008, 11:29 AM #1 rmcalderero View Profile View Forum Posts Private Message Junior Member Join Date Aug 2006 Posts 4 XA Transactions with Atomikos and JPA Hi, Anyone has ...

9. Spring / Hibernate / Atomikos using two transactions instead of one so rollback fails    forum.springsource.org

Aug 2nd, 2008, 02:14 PM #1 klogger View Profile View Forum Posts Private Message Member Join Date May 2008 Posts 81 Spring / Hibernate / Atomikos using two transactions instead of ...





10. Transaction Issue - Using Atomikos    forum.springsource.org

Transaction Issue - Using Atomikos I am using Atomikos to achieve the global transaction outside the container. Scenario: Move data from table-1 on DB1 to table-2 on DB2. This is the ...

11. Standalone, JPA (OpenJPA on Derby) + JMS (Websphere MQ) + JTA (Atomikos) using Spring    forum.springsource.org

import javax.jms.Queue; import javax.jms.QueueConnectionFactory; import javax.persistence.EntityManager; import javax.transaction.UserTransaction; import com.cadit.test.xa.model.Invocation; public class Test { ?PersistenceContext private EntityManager entityManager; private QueueConnectionFactory connectionFactory; private UserTransaction transaction; private Queue queue; //... }

12. Can't resume XA transaction (Atomikos + Hibernate)    forum.springsource.org

Dec 1st, 2008, 12:40 PM #1 monocongo View Profile View Forum Posts Member Join Date Dec 2004 Location Asheville, NC Posts 82 Can't resume XA transaction (Atomikos + Hibernate) I am ...

13. Integrate Atomikos with tx:jta-transaction-manager?    forum.springsource.org

Integrate Atomikos with tx:jta-transaction-manager? Hi, Our use case is to rely on Spring to retrieve the right transaction manager for us (JBoss, Weblogic, Websphere) and use atomikos when it is not ...

14. Atomikos Spring Nested Transaction    forum.springsource.org

Jun 30th, 2009, 02:25 PM #1 phil.evans View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Posts 1 Atomikos Spring Nested Transaction I have been attempting to ...

15. JTA with Spring and Atomikos    forum.springsource.org

Hi, I am trying to setup a global transaction env with the help of Spring and Atomikos. I shall be using the tomcat server for this.I shall be using 2 oracle ...