353354355356357358359360361362363
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
173174175176177178179180181182183
catch (Exception e) { log.warn(e.getMessage(), e); try { tx.rollback(); } catch (Exception e2) { // Nothing much we can do now log.warn(e2.getMessage(), e2);
444445446447448449450451452453454
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref, true); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
338339340341342343344345346347348
172173174175176177178179180181182
} catch (Exception e) { try { tx.rollback(); } catch (Exception e2) { // Nothing much we can do now
356357358359360361362363364365366
291292293294295296297298299300301
10021003100410051006100710081009101010111012
} } if (!running) { depageTransaction.rollback(); return false; } for (PageTransactionInfo pageWithTransaction : pageTransactionsToUpdate) {
323324325326327328329330331332333
192193194195196197198199200201202