protected void tearDown() throws Exception {
transactionContextManager = null;
}
public void testImportedTxLifecycle() throws Exception {
Xid xid = xidFactory.createXid();
transactionContextManager.begin(xid, 1000);
transactionContextManager.end(xid);
transactionContextManager.begin(xid, 1000);
transactionContextManager.end(xid);
int readOnly = transactionContextManager.prepare(xid);