On Sep 7, 2010, at 8:01 AM, Jean-Louis MONTEIRO wrote: > > Hi all, > > Some tests in UnenhancedTest.java fail because some classes are unenhanced. > #testUnenhancedComplexIdJta > #testUnenhancedComplexIdResourceLocal > > Regarding OPENEJB-628, this test case is only due to some OpenJPA bugs. > We are now using OpenJPA 2.x and those bugs may be fixed. > > Can i comment the 2 test cases?
I see these three failing: core.cmp.jpa.UnenhancedTest.txt:testUnenhancedComplexIdJta core.cmp.jpa.UnenhancedTest.txt:testUnenhancedComplexIdResourceLocal core.stateful.EntityManagerPropogationTest.txt:test The first two are less concerning, but the EntityManagerPropogationTest is a critical test. The entity bean involved in that test is very simple. If there's a way we can turn back on the subclassing functionality of OpenJPA, then that might do the trick. I just hope they haven't removed it completely. -David
