HHH-5590 : Don't log and rethrow exception in AbstractFlushingEventListener
This commit is contained in:
parent
329486bc69
commit
4b130da83e
|
@ -318,10 +318,6 @@ public abstract class AbstractFlushingEventListener implements Serializable {
|
|||
session.getActionQueue().prepareActions();
|
||||
session.getActionQueue().executeActions();
|
||||
}
|
||||
catch (HibernateException he) {
|
||||
LOG.unableToSynchronizeDatabaseStateWithSession(he);
|
||||
throw he;
|
||||
}
|
||||
finally {
|
||||
session.getTransactionCoordinator().getJdbcCoordinator().flushEnding();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue