355356357358359360361362363364365
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
172173174175176177178179180181182
} catch (Exception e) { try { tx.rollback(); } catch (Exception e2) { // Nothing much we can do now
335336337338339340341342343344345
179180181182183184185186187188189
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);
357358359360361362363364365366367
323324325326327328329330331332333
291292293294295296297298299300301
432433434435436437438439440441442
MessageReference ref = iter.next(); ref.getQueue().cancel(tx, ref, true); } tx.rollback(); if (!browseOnly) { TypedProperties props = new TypedProperties();
10021003100410051006100710081009101010111012
} } if (!running) { depageTransaction.rollback(); return false; } for (PageTransactionInfo pageWithTransaction : pageTransactionsToUpdate) {