HHH-6739 JtaIsolationDelegate.doTheWorkInNewTransaction fails to propagate or otherwise report caught exceptions
This commit is contained in:
parent
11d8a8617f
commit
94f66c3944
|
@ -137,6 +137,7 @@ public class JtaIsolationDelegate implements IsolationDelegate {
|
|||
catch ( Exception ignore ) {
|
||||
LOG.unableToRollbackIsolatedTransaction(e, ignore);
|
||||
}
|
||||
throw new HibernateException( "Could not apply work", e );
|
||||
}
|
||||
}
|
||||
catch ( SystemException e ) {
|
||||
|
|
Loading…
Reference in New Issue