sql: Hibernate transaction failures expects OptimisticLockException #26809
Labels
A-tools-hibernate
Issues that pertain to Hibernate integration.
C-investigation
Further steps needed to qualify. C-label will change.
From the test
org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest testVersioning
I'm pretty sure we're doing the right thing, but I think the returned error does match what's expected.
Results in:
The failure occurs on
parallelTx.commit();
, which leads me to conclude that our transaction failure doesn't equal anOptimisticLockException
.The text was updated successfully, but these errors were encountered: