Hey Jon, Dug into that point yesterday evening. Dunno why InheritanceTest fails. Can you provide the stack trace?
Regarding UnenhancedTest and EntityManagerPropagationTest, it's due to the load time enhancement done by OpenJPA. Reverting only the OpenJPA version in the parent pom, all is going fine for me except one test case: org.apache.openejb.config.OpenEjb2ConversionTest.testSimple testSimple(org.apache.openejb.config.OpenEjb2ConversionTest) Time elapsed: 3.937 sec <<< FAILURE! junit.framework.AssertionFailedError: Files are similar org.custommonkey.xmlunit.Diff [different] Expected text value 'module.property.b=valueb module.property.a=valuea ' but was 'module.property.b=valueb module.property.a=valuea ' - comparing <properties ...>module.property.b=valueb module.property.a=valuea </properties> at /openejb-jar[1]/properties[1]/text()[1] to <properties ...>module.property.b=valueb module.property.a=valuea </properties> at /openejb-jar[1]/properties[1]/text()[1] I guess nodes are not in the right order. Any inputs? Jean-Louis 2010/5/4 Jonathan Gallimore <[email protected]>: > Think this is done. > > There are three test failures, specifically: > > org.apache.openejb.core.cmp.jpa.UnenhancedTest > org.apache.openejb.core.stateful.EntityManagerPropogationTest > org.superbiz.inheritance.InheritanceTest.txt > > I'm happy to have a go at fixing these, or reverting back a few revisions > and deploying again. > > Jon > > On Mon, May 3, 2010 at 9:40 PM, Jonathan Gallimore < > [email protected]> wrote: > >> I'm happy to try and do this. This is probably a stupid question, is it >> just a 'mvn deploy' that's needed? >> >> Jon >> >> >> On Mon, May 3, 2010 at 9:18 PM, Jarek Gawor <[email protected]> wrote: >> >>> Hi, >>> >>> Can someone please publish a snapshot of openejb trunk? The latest >>> snapshot on repository.apache.org is almost a month old. >>> >>> Thanks, >>> Jarek >>> >> >> >
