6869707172737475767778
if (tx == null) throw new XAException(XAException.XAER_INVAL); if (onePhase) tx.doOnePhaseCommit(); else tx.doCommit(); TxImporter.removeImportedTransaction(xid); }
7071727374757677787980
throw new XAException(XAException.XAER_INVAL); if (tx.baseXid() != null) // activate failed? { if (onePhase) tx.doOnePhaseCommit(); else tx.doCommit(); TxImporter.removeImportedTransaction(xid); }