if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG,
"--- " + this + ": commits transaction " + xid.toString());
cnx.syncRequest(new XACnxCommit(xid.getBranchQualifier(),
xid.getFormatId(),
xid.getGlobalTransactionId()));
transactions.remove(xid);
Session session = (Session) sessionTable.get(xid);