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: CLOSED UPSTREAM
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: 2025-02-10 03:48 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:48:20 UTC
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

Comment 7 Red Hat Bugzilla 2025-02-10 03:48:20 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


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