Jean-Louis - > I see these three failing: > > core.cmp.jpa.UnenhancedTest. txt:testUnenhancedComplexIdJta > core.cmp.jpa.UnenhancedTest.txt:testUnenhancedComplexIdResourceLocal > core.stateful.EntityManagerPropogationTest.txt:test > ....
By looking at the names of the tests I'm guessing that they rely on a feature(subclassing enhancement) that was disabled in the 2.0 branch... see this JIRA[1] for details. You might be able to set openjpa.RuntimeUnenhancedClasses=supported to get back to the 1.0 behavior. Thanks, Rick [1] https://issues.apache.org/jira/browse/OPENJPA-651
