Bug 1044539 - Upgrade RTGov JBoss TS dependencies
Summary: Upgrade RTGov JBoss TS dependencies
Keywords:
Status: MODIFIED
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: RT Governance
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: FUTURE
Assignee: Nobody
QA Contact: Matej Melko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-18 14:08 UTC by George Varsamis
Modified: 2021-10-15 11:52 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description George Varsamis 2013-12-18 14:08:59 UTC
Description of problem:
RTGov cuurently has a dependency on JBoss TS 4,16.x, but EAP 6.1.1-based builds require 4.17.7.  Note, that there are GAV changes required with this change.

So the mapping between 4.16.x ------> 4.17.x is:

org.jboss.jbossts:jbossjts -------------------->org.jboss.jbossts.jts:jbossjts-jacorb &  org.jboss.jbossts.jts:jbossjts-integration

org.jboss.jbossts:jbossjta------------------->org.jboss.jbossts.jta:narayana-jta 

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 George Varsamis 2013-12-18 14:30:08 UTC
The offending files are:
samples/jbossas/policy/async/pom.xml
samples/jbossas/pom.xml

Comment 3 kconner 2013-12-18 14:35:35 UTC
These are already updated through the build patching mechanism

diff --git a/samples/jbossas/policy/async/pom.xml b/samples/jbossas/policy/async/pom.xml
index 1ed1b2a..8777882 100644
--- a/samples/jbossas/policy/async/pom.xml
+++ b/samples/jbossas/policy/async/pom.xml
@@ -80,8 +80,8 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.jboss.jbossts</groupId>
-                       <artifactId>jbossjta</artifactId>
+                       <groupId>org.jboss.jbossts.jta</groupId>
+                       <artifactId>narayana-jta</artifactId>
                        <scope>test</scope>
                </dependency>
                <dependency>
diff --git a/samples/jbossas/pom.xml b/samples/jbossas/pom.xml
index 7142fba..ef248c9 100644
--- a/samples/jbossas/pom.xml
+++ b/samples/jbossas/pom.xml
@@ -64,8 +64,8 @@
                                <version>${javaee-api.version}</version>
                        </dependency>
                        <dependency>
-                               <groupId>org.jboss.jbossts</groupId>
-                               <artifactId>jbossjta</artifactId>
+                               <groupId>org.jboss.jbossts.jta</groupId>
+                               <artifactId>narayana-jta</artifactId>
                                <version>${jbossts.version}</version>
                        </dependency>
                        <dependency>



and

-               <jbossts.version>4.16.4.Final</jbossts.version>
-               <switchyard.version>1.1.0.CR1</switchyard.version>
+               <jbossas.version>7.2.1.Final-redhat-10</jbossas.version>
+               <jbossts.version>4.17.7.Final-redhat-4</jbossts.version>
+               <switchyard.version>1.1.1-p2-redhat-1</switchyard.version>

Comment 4 kconner 2013-12-18 14:40:24 UTC
This is just for the community project, it is not a platform issue

Comment 5 Gary Brown 2014-06-18 15:40:14 UTC
Fixed in community, available in FSW 6.1.0.


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