HHH-6739 JtaIsolationDelegate.doTheWorkInNewTransaction fails to propagate or otherwise report caught exceptions

This commit is contained in:
Sanne Grinovero 2011-10-17 17:22:08 +01:00
parent 11d8a8617f
commit 94f66c3944
1 changed files with 1 additions and 0 deletions

View File

@ -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 ) {