| Author |
Transaction Inside Transaction
|
karthik manick
Ranch Hand
Joined: Aug 25, 2009
Posts: 47
|
|
Can i have a new transaction inside a transaction.
This is needed since i want to commit only a particluar flow inside a transaction. And later i want to commit the entire outside transaction.(I am using Usertransaction type)
|
 |
karthik manick
Ranch Hand
Joined: Aug 25, 2009
Posts: 47
|
|
|
Please help me on this.
|
 |
E Armitage
Ranch Hand
Joined: Mar 17, 2012
Posts: 220
|
|
You can invoke methods that start a new transaction while the first transaction is suspended but you need to explain your requirements more here.
Why are these transactions related? What happens if the second flows fail to commit after the first has already been committed?
|
 |
 |
|
|
subject: Transaction Inside Transaction
|
|
|