113114115116117118119120121122123
ServerTransaction stx = getTransaction(); try { if (stx != null) return stx.doPhase2Commit(false); // TODO why not doCommit? // return doOnePhaseCommit(); } catch (Exception ex) { // ex.printStackTrace();
115116117118119120121122123124125
ServerTransaction stx = getTransaction(); try { if (stx != null) return stx.doPhase2Commit(); } catch (Exception ex) { }
416417418419420421422423424425426
/* * This will also call any after_completions on * registered synchronizations. */ actionStatus = theTransaction.doPhase2Commit(); } else { if (actionStatus == ActionStatus.RUNNING) {
119120121122123124125126127128129
int outcome = ActionStatus.INVALID; try { if (stx != null) return stx.doPhase2Commit(); } catch (final Exception ex) { ex.printStackTrace(); }
ServerTransaction stx = getTransaction(); try { if (stx != null) return stx.doPhase2Commit(false); } catch (Exception ex) { }
430431432433434435436437438439440
/* * This will also call any after_completions on * registered synchronizations. */ actionStatus = theTransaction.doPhase2Commit(false); } else { if (actionStatus == ActionStatus.RUNNING) {