283284285286287288289290291292293
try { if (!valid()) theTransaction.doPhase2Abort(); else theTransaction.rollback(); } catch (SystemException e) { throw e; }
332333334335336337338339340341342
*/ if (!valid()) theTransaction.doPhase2Abort(); // must rollback else theTransaction.rollback(); actionStatus = ActionStatus.ABORTED; } catch (SystemException ex) {
297298299300301302303304305306307
346347348349350351352353354355356