117118119120121122123124125126127
bu.transactionCommit(); return true; } else { bu.transactionRollback(); } } catch (Exception e) { if (bu != null) {
124125126127128129130131132133134
} catch (Exception e) { if (bu != null) { try { bu.transactionRollback(); } catch (Exception xe) { Logger.error("rollback failed",xe); } }