A new draft of the JSR-317 (JPA 2.0) spec was made available yesterday. As Donald mentioned in a previous post, the Geronimo spec API has been updated to reflect the content in this new draft and a new spec API jar is available from the Apache maven repository. Corresponding OpenJPA updates have also been recently committed (rev 759348), allowing development to proceed based on the new spec level. Due to the sheer number of spec updates (many of them incompatible), the version/name of the spec jar was updated. The new version is 1.0-EA2-SNAPSHOT. You'll need to do a full maven build after resynching in order to pick up the latest spec API jar. If you use Eclipse, you'll also need to update your build dependencies to point at the new jar.
As in the previous round of spec updates, calling an unimplemented method will throw an UnsupportedOperationException with the message "JPA 2.0 - Method not yet implemented". The OpenJPA 2.0 roadmap & project pages will be updated to reflect the content of new draft specification within the next few days. -Jeremy
