Fix MultiCircleJpaCascadeTest#testPersistNoCascadeToTransient() test
This commit is contained in:
parent
9e4b90e72a
commit
bec73b3bd3
|
@ -770,7 +770,12 @@ public final class SessionImpl
|
|||
throw convert( e );
|
||||
}
|
||||
finally {
|
||||
checkNoUnresolvedActionsAfterOperation();
|
||||
try {
|
||||
checkNoUnresolvedActionsAfterOperation();
|
||||
}
|
||||
catch (RuntimeException e) {
|
||||
throw convert( e );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue