105106107108109110111112113114115
TransactionImple tx = TxImporter.getImportedTransaction(xid); if (tx == null) throw new XAException(XAException.XAER_INVAL); tx.doForget(); } catch (Exception ex) { throw new XAException(XAException.XAER_RMERR); }
115116117118119120121122123124125