Atomikos Forum |
|
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??? |