Hide Forgot
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:
The offending files are: samples/jbossas/policy/async/pom.xml samples/jbossas/pom.xml
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>
This is just for the community project, it is not a platform issue
Fixed in community, available in FSW 6.1.0.