On Mar 25, 2010, at 3:47 AM, Jean-Louis MONTEIRO wrote: > > Hi, > > I spent some time trying to add JPA 2.0 support in OpenEJB ( > https://issues.apache.org/jira/browse/OPENEJB-1236 OPENEJB-1236 ). > > Actually, it's just a draft but it seems to work fine ;) > I'd like to have some feedback about the patch attached to the JIRA. >> From my understanding and tests, it works with JPA 1.0 implementation as > well as with JPA 2.0 implementation. Obviously, using JPA 2.0 feature with > an JPA 1.0 implementation will cause errors. > > BTW, to play a bit with JPA 2.0, i changed the hibernate 3 sample. > You can have a look and play!
Code looks good! Haven't had a chance to check out the related test failures. Regardless of the failures, we're definitely on the right track! The change is surprisingly small for so much added functionality :) Going to be great to get this feature out there! There are a ton of people who want it :) -David
