Distribute « Transaction « Spring Q&A





1. What is the 'best' way to do distributed transactions across multiple databases using Spring and Hibernate    stackoverflow.com

I have an application - more like a utility - that sits in a corner and updates two different databases periodically. It is a little standalone app that has been built ...

2. Spring Distributed Transaction Involving RMI calls possible?    stackoverflow.com

Background I have Spring Client application that provisions a service to two servers using RMI. In the the client I save an entity to the database (easy) and make rmi calls to ...

3. What is the "correct" way to call transactionally safe from one EAR file to another using Spring?    stackoverflow.com

I have two spring applications A and B, each within an individual EAR file. Now I want to call from A to B and vice versa, maybe even A -> B ...

4. MaxConcurrentListeners and Remote Transactional Reads from MSMQ    stackoverflow.com

Could it be that MaxConcurrentListereners on a DistributedTxMessageListenerContainer isn't much of use? I have the impression that only one thread at a time can handle a message from the queue. Maybe ...

5. Who to handle transaction management with remote account system based on http post requests/responses?    stackoverflow.com

I have an application that uses its own database and also works with remote accounting system through http post requests/responses base on XML. I can post debit and credit http post requests. When ...

6. distributed transactions vs database replication    forum.springsource.org

distributed transactions vs database replication hi I have a couple of data access questions - if you feel these questions are inappropriate for this forum please suggest another more appropriate one ...

7. Do I need a distributed transaction ?    forum.springsource.org

Do I need a distributed transaction ? I was wondering if this is possible without the use of JTA I have DAO that a Business Object uses ... and transactions are ...

8. Distributed transactions involving web services, JMS, JDBC, ...    forum.springsource.org

Distributed transactions involving web services, JMS, JDBC, ... I am writing a hub that will be used for legacy system integration. The hub has two functions: Synchronise data between several different ...

9. How to Specify Local vs. distributed transaction in Spring    forum.springsource.org

How do I inform Spring to use local transaction if I have only one datasource and distributed transaction if more than one datasource are involved? From the book "J2EE Without EJB" ...





10. Oracle distributed transactions and Spring Framework    forum.springsource.org

Oracle distributed transactions and Spring Framework Does anyone know what the message (in red color) means? Why did I get the "not in transaction" error? I'm using SunOne App server and ...

11. spring + distributed transaction    forum.springsource.org

Hi, I am using spring framework with Tomcat5.5.9. I want to connect to multiple datasources and maintain transcation i.e i want to implement Distributed Transaction. Also i want to use either ...

12. Session closed before the end of distributed transaction    forum.springsource.org

Oct 18th, 2005, 11:27 PM #1 floralee View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 5 Session closed before the end of distributed transaction This ...

13. Session closed before the end of distributed transaction    forum.springsource.org

Oct 19th, 2005, 11:00 PM #1 floralee View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 5 Session closed before the end of distributed transaction Sorry ...

14. distributed transaction mgmt. around two JMS queues    forum.springsource.org

Hi We are looking for some pointers around how we can have distributed transactions around two jms-compliant message queues. We also need to extend the same solution to have distributed transaction ...

15. Declarative distributed transactions    forum.springsource.org

Apr 2nd, 2006, 05:36 PM #1 pedrejun View Profile View Forum Posts Private Message Junior Member Join Date Mar 2006 Posts 3 Declarative distributed transactions Im testing Spring 1.2.5 with Weblogic ...

16. Distributed Transaction Management without XA support    forum.springsource.org

Hi, We have two databases but we don't have XA support. How to implement distributed transation management (declarative/programmatic) for 2 databases using Spring? Is there any way to implement using two ...





17. Distributed Transaction in Standalone Application    forum.springsource.org

Distributed Transaction in Standalone Application Hi, I am developing a standalone Java application using Oracle. In order to have distributed transaction, I looked up a JTA transaction manager from WebLogic server ...

18. Distributed transaction with Oracle and Spring    forum.springsource.org

Distributed transaction with Oracle and Spring Hello, I need to write a simple job, which transfers data from a database table in Oracle-Database A to a similar table in Oracle Database ...

19. Cannot call commit when using distributed transactions    forum.springsource.org

Cannot call commit when using distributed transactions I have an application running on Spring/Hibernate and JWS. I now have to provide EJBs support apart from the JWS. I have written EJB ...

20. Hibernate : Distribute 2 phase commit Transaction    forum.springsource.org

Hi, I am using Spring Web Service with Hibernate as ORM. We have two different web Services running on two different App Server on two different machine. We have requirement for ...

21. distributed transactions and XA datasources!    forum.springsource.org

distributed transactions and XA datasources! Posted: Sun Sep 23, 2007 2:47 am Post subject: Problems with distributed transactions! Hibernate version: 3 Spring 2 with spring JTA transaction manager Java 1.5 Oracle ...

22. Session's XAResource has not been enlisted in a distributed transaction 2.0.5->2.5.1    forum.springsource.org

Session's XAResource has not been enlisted in a distributed transaction 2.0.5->2.5.1 After upgrading from 2.0.5 to 2.5.1 I receive the error: Session's XAResource has not been enlisted in a distributed transaction. ...

23. Using a durable subscriber with distributed transactions    forum.springsource.org

Feb 20th, 2008, 03:17 AM #1 kaylen View Profile View Forum Posts Private Message Junior Member Join Date Aug 2007 Posts 5 Using a durable subscriber with distributed transactions Hi all, ...

24. Article: Distributed Transactions in Spring, with and without XA    forum.springsource.org

A new article has just been published on JavaWorld: Distributed Transactions in Spring, with and without XA. In the article, Dave Syer, guides you through seven patterns for distributed transactions in ...

25. Distributed transaction management in SI    forum.springsource.org

Distributed transaction management in SI I couldn't find any reference for handling global distributed transaction management in SI workflow spanning across more than one direct channels. My requirement is to: 1. ...

26. Cannot call Connection.commit in distributed transaction    forum.springsource.org

Hello, i have a trouble with this configuration: Code: PROPAGATION_REQUIRED,-Throwable When i ...