-
Transaction propagation in Spring (2 messages)
- Posted by: Rajiv Verma
- Posted on: August 08 2007 13:44 EDT
I have two questions here, 1) I know spring does provide transaction propagation capabilities but when it comes to calls across jvms, I am confused. Spring official documentation says that "..does not support propagation of transaction context across remote calls". Now does this mean, that it can't even partcipate in remote transaction started by another server? Clearly, it cannot propagate transaction to other jvms. 2) I have read at many places that is is not a good practice to do transaction propagation across remote calls. Why?Threaded Messages (2)
- It is supprising that nobody answers this question. by Yukun Song on February 19 2009 05:26 EST
- Spring - Remoting and transactions by Dhananjay Patkar on December 01 2010 00:58 EST
-
It is supprising that nobody answers this question.[ Go to top ]
- Posted by: Yukun Song
- Posted on: February 19 2009 05:26 EST
- in response to Rajiv Verma
Isn't it a common issue for large scale application? -
Spring - Remoting and transactions[ Go to top ]
- Posted by: Dhananjay Patkar
- Posted on: December 01 2010 00:58 EST
- in response to Yukun Song