[ 
https://issues.apache.org/jira/browse/JDO-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Jefferson updated JDO-649:
-------------------------------

    Summary: Upgrade "persistence-api.jar" for use with TCK to be JPA2 since 
DataNucleus 2.x uses that now  (was: Upgrade "persistence.xml" for use with TCK 
to be JPA2 since DataNucleus 2.x uses that now)

> 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.

Reply via email to