Transaction.Created cr = null;
TestParticipant part = null;
startTxnMgr();
part = new TestParticipantImpl();
mgr = manager();
logger.log(Level.INFO, "PrepareAndCommitExceptionTest5: run: mgr = " + mgr);
cr = TransactionFactory.create(mgr, Lease.FOREVER);