[
https://issues.apache.org/jira/browse/JDO-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778780#action_12778780
]
Andy Jefferson commented on JDO-649:
------------------------------------
But will JDO 2.3 really *depend on* JPA2 ? All I've changed here is that the RI
for JDO2.3 just happens to also implement JPA2, so has references to JPA2
classes. JDO2.3 itself has no such references to JPA2 classes, and it is only
the JDO 2.3 TCK that does due to the RI.
> Upgrade "persistence-api.jar" for use with TCK to be JPA2 since DataNucleus
> 2.x uses that now
> ---------------------------------------------------------------------------------------------
>
> Key: JDO-649
> URL: https://issues.apache.org/jira/browse/JDO-649
> Project: JDO
> Issue Type: Task
> Components: tck2
> Reporter: Andy Jefferson
> Assignee: Andy Jefferson
> Fix For: JDO 2 maintenance release 3
>
>
> DataNucleus builds against JPA2 specification now so need to upgrade the
> "geronimo-specs" dependency. Was previously
> <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-jpa_3.0_spec</artifactId>
> <version>1.0</version>
> </dependency>
> and should be
> <dependency>
> <groupId>org.apache.geronimo.specs</groupId>
> <artifactId>geronimo-jpa_2.0_spec</artifactId>
> <version>1.0-PFD2</version>
> </dependency>
> No idea why geronimo specs thinks JPA1 is "JPA 3.0" but anyway ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.