464748495051525354
assertTrue("First resource enlisted", tx.enlistResource(firstResource)) ; assertFalse("Second resource enlisted", tx.enlistResource(secondResource)) ; } finally { tm.rollback() ; } } }
868788899091929394
public void start(Xid arg0, int arg1) throws XAException { // TODO Auto-generated method stub } }); tm.rollback(); } }
527528529530531532533534535536537
tx.delistResource(res, XAResource.TMSUCCESS); tx.delistResource(consumerSess.getXAResource(), XAResource.TMSUCCESS); mgr.rollback(); mgr.begin(); tx = mgr.getTransaction();
551552553554555556557558559560561
575576577578579580581582583584585
tx.delistResource(res, XAResource.TMSUCCESS); tx.delistResource(consumerSess.getXAResource(), XAResource.TMSUCCESS); mgr.rollback(); // Must close consumer first consumer.close();