172173174175176177178179180181182
* We should not get exceptions here. */ try { theTransaction.commit(false); } catch (TRANSACTION_ROLLEDBACK e1) { if (jtsLogger.loggerI18N.isWarnEnabled()) {
186187188189190191192193194195196