Re: Are there any JTA implementations available in the...
Posted By:
Anonymous
Posted On:
Monday, May 15, 2006 07:17 AM
I've been reading the JTA spec and as far as I can tell, nested transactions are not supported in JTA.
From section 3.4.4 (Transaction Association):
"XAResource does not support nested transactions. It is an error for the XAResource.start method to be invoked on a connection that is currently associated with a different transaction."
And I haven't found any JTA implementations that have provided nested transactions.