From: <glassfish_at_javadesktop.org>
Date: Tue, 23 Feb 2010 07:14:35 PST
Hello,
I have a Java EE 6 Application on Glassfish V3.
In order to leverage JPA and share my entities, I am using a Persistence.jar (Persistence Unit) packaged and placed inside my .war file's lib directory.
Prior to using Glassfish V3, I had my persistence unit's persistence.xml file created very similar to:
One Question being - I've seen a few examples where the header information for JPA 2.0 is completely left out. Is that all optional now? (will glassfish just use the 2.0? xsd)