504505506507508509510511512513514
finally { try { if (RS != null) RS.close(); oConn.rollback(); } catch (final SQLException sqle) { refreshDatasource(); } } if (_logger.isDebugEnabled()) {