Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-649

Upgrade "persistence-api.jar" for use with TCK to be JPA2 since DataNucleus 2.x uses that now

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • JDO 3 (3.0)
    • tck
    • None

    Description

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

      Attachments

        Activity

          People

            andyj Andy Jefferson
            andyj Andy Jefferson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: