| When an exception is being rolled back for the reason of a nested transient object, Hinbernate does not log it. it is better to include a logging in the Class org.hibernate.ejb.AbstractEntityManagerImpl line 1378 before calling the method markAsRollback(); so that the trouble shooting for such and exception can be found such as LOG.warn(e.getMessage()); or LOG.inf(e.getMessage()); |