Re: JDO 3.0 dependency on JPA

2011-10-12 Thread Matthew Adams
Well, the one I've used is this, which is in Maven central: org.eclipse.persistence javax.persistence 2.0.0 EclipseLink is the RI for JPA 2.0, so it's the closest I think I we can get to "official". AFAIK, there are no releases with a groupId of "javax.persistence" and artifactId o

Re: JDO 3.0 dependency on JPA

2011-10-12 Thread Andy Jefferson
> I suggest changing the JDO-684 patch to specify > javax.persistence;version="[1.0.0,3.0.0)" Maybe > Thoughts? When are the JPA2 EG going to make the effort to actually provide a "javax.persistence" "persistence-api" 2.0 ? i.e official. Providing the API part of the JCP process any more? Peo

JDO 3.0 dependency on JPA

2011-10-12 Thread Matthew Adams
Hi all, As a result of my request that SpringSource put JDO 3.0 into their Enterprise Bundle Repository, a convenient repo of OSGi-compliant bundles of otherwise non-OSGi-compliant jars (https://issuetracker.springsource.com/browse/EBR-773), SpringSource has done so. The JDO 3.0 bundle can be vie