| Fixed in 6.0.0.Alpha9 when the "inner" transactions are actual, separate transactions (PROPAGATION_REQUIRES_NEW in Spring). Not fixed for "nested" transactions as understood in the Spring world (PROPAGATION_NESTED). Those are not really transactions, just virtual contructs relying on savepoints, and savepoints are not currently supported by Hibernate ORM. |