|
File org.hibernate.jira.zip is a Maven Eclipse Java project to reproduce the error. Usage : mvn verify There is a JUnit test case class with two test methods:
-
testInTwoEm: demonstrates the commit failure when 2 EntityManagers are used for the 2 transactions
-
testInOneEm: demonstrates the ignored removal when only one EntityManager is used for the 2 transactions
|