12391240124112421243124412451246124712481249
groupDbImpl = newDbImpl; return groupDbImpl; } finally { if (txn != null) { txn.abort(); } groupDbLock.unlock(); } }
280281282283284285286287288289290
if (txn == null) { throw new XAException ("No transaction found for " + xid + " during rollback."); } removeReferringHandle(new Transaction(this, txn)); txn.abort(xid); } catch (DatabaseException DE) { throwNewXAException(DE); } if (DEBUG) {