Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1846

Use correct version of Transactions API

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Component Upgrade Component Upgrade
    • Resolution: Done
    • Icon: Minor Minor
    • 5.1.2.CR1, 5.1.2.FINAL
    • 5.1.0.FINAL, 5.1.1.FINAL
    • None
    • None

      As discuseed on mailing list:
      From Pete Muir:

      On 7 Feb 2012, at 14:22, Sanne Grinovero wrote:

      > I'm having the transactions API defined by both the following packages:
      >
      > Hibernate core depends on:
      >
      > <parent>
      > <groupId>org.jboss.spec</groupId>
      > <artifactId>jboss-specs-parent</artifactId>
      > <version>1.0.0.Beta2</version>
      > </parent>
      > <groupId>org.jboss.spec.javax.transaction</groupId>
      > <artifactId>jboss-transaction-api_1.1_spec</artifactId>
      > <version>1.0.0.Final</version>

      This is the new (correct) location.

      >
      > Infinispan core depends on:
      >
      > <parent>
      > <groupId>org.jboss.javaee</groupId>
      > <artifactId>jboss-javaee-parent</artifactId>
      > <version>5.2.0.Beta1</version>
      > </parent>
      > <groupId>org.jboss.javaee</groupId>
      > <artifactId>jboss-transaction-api</artifactId>
      > <version>1.0.1.GA</version>
      >
      > I'd like to introduce some consistency, especially since some project use both.
      > Which one should we use ?

      This is way out of date.

      >
      > AS 7.1 [master]
      > is using
      > <dependency>
      > <groupId>org.jboss.spec.javax.transaction</groupId>
      > <artifactId>jboss-transaction-api_1.1_spec</artifactId>
      > <version>1.0.0.Final</version>
      > </dependency>
      >
      > So I guess Infinispan should pick the same?

              rh-ee-galder Galder ZamarreƱo
              sgrinove Sanne Grinovero (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: