Atomikos Forum

XAResource.start() not called on resume()???

JTA specification (http://download.oracle.com/otndocs/jcp/jta-1.1-spec-oth-JSpec/?submit=Download) section 3.2.3:
"When the application’s transaction context is resumed, the application server ensures that the resource in use by the application is again enlisted with the transaction. Enlisting a resource as a result of resuming a transaction triggers the Transaction Manager to inform the resource manager to re-associate the resource object with the resumed transaction (XAResource.start(TMRESUME))."
 
As far as I can tell, Atomikos does not call XAResource.start() on resume().
Is my understanding wrong when I read the spec as that it should?
Is there anything else I'm missing here???
Mattias J Send private email
Saturday, November 17, 2012
 
 
Hi,

This will be part of the 3.9 release. The specs are not so clear about the boundary between the "application server" and the JTA implementation - that is why it was not there before.

HTH
Guy
Guy Pardon Send private email
Monday, December 10, 2012
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics