Bug 1272567 - jni/pom.xml needs a dependency on jboss-transaction-api_1.1_spec
Summary: jni/pom.xml needs a dependency on jboss-transaction-api_1.1_spec
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: CPP Client
Version: 6.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER1
: 6.6.0
Assignee: Alan Field
QA Contact: Alan Field
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-16 18:55 UTC by Alan Field
Modified: 2023-05-31 23:39 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alan Field 2015-10-16 18:55:49 UTC
Description of problem:

Since this commit:

https://github.com/infinispan/jdg/commit/fffe909779787fd4cdf8ec2bd1512e544907d971

The jboss-transaction-api_1.1_spec JAR file is not a dependency of the C++ client and is needed to run the SWIG tests. This can be fixed by adding the following lines to the jni/pom.xml file:

      <version.jta>1.0.1.Final</version.jta>
      <dependency>
         <groupId>org.jboss.spec.javax.transaction</groupId>
         <artifactId>jboss-transaction-api_1.1_spec</artifactId>
         <version>${version.jta}</version>
         <scope>test</scope>
      </dependency>


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Alan Field 2015-10-16 18:56:18 UTC
This needs to be in ER1

Comment 4 Alan Field 2015-11-06 20:08:01 UTC
Verified in JDG 6.6.0 ER1


Note You need to log in before you can comment on or make changes to this bug.