Bug 1044539

Summary: Upgrade RTGov JBoss TS dependencies
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: George Varsamis <gvarsami>
Component: RT GovernanceAssignee: Nobody <nobody>
Status: MODIFIED --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, soa-p-jira
Target Milestone: ---   
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

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.