David Blevins wrote: > > Pushed a 3.2-SNAPSHOT: > > > https://repository.apache.org/snapshots/org/apache/openejb/openejb-standalone/3.2-SNAPSHOT/ > > That contains JPA 2.0 support, but note that the default provider is still > OpenJPA 1.2.x. We had some test failures with OpenJPA 2.0 we still need > to investigate. >
Thanks a lot David. Gonna push a post on open...@dev's list in order to get some inputs. @Laird, @Yvan: here is a small patch file (demo) to apply to the jpa-hibernate sample. http://openejb.979440.n4.nabble.com/file/n2242811/JPA_2_0.patch JPA_2_0.patch It only creates a dynamic query using the Criteria API and as far as i can remember, it also uses the Bean Validation integration. Hope it helps. Jean-Louis -- View this message in context: http://openejb.979440.n4.nabble.com/OpenEJB-with-Hibernate-3-5-x-as-JPA2-provider-tp2241747p2242811.html Sent from the OpenEJB User mailing list archive at Nabble.com.
