LOG.debug("commit [{}] [{}]", xid, onePhase);
if (currentXid != null) {
throw new EhcacheXAException("commit called on non-ended XID: " + xid, XAException.XAER_PROTO);
}
this.processor.process(new XARequest(XARequest.RequestType.COMMIT, xid, onePhase));
}