[
https://issues.jboss.org/browse/AS7-795?page=com.atlassian.jira.plugin.sy...
]
Shelly McGowan commented on AS7-795:
------------------------------------
I attempted the JBossTS 4.15.0 upgrade. The changes below are needed but still result in
compilation errors in the TX integration layer (see attached). ironjacamar-spec-api needs
to be excluded as it has a banned transitive dependency (see JBCA-564)
diff --git a/pom.xml b/pom.xml
index a949947..cf4a448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,11 +121,11 @@
-
<version.org.jboss.jbossts.jbossjts>4.14.0.Final</version.org.jboss.jbossts.jbossjts>
-
<version.org.jboss.jbossts.jbossjts-integration>4.14.0.Final</version.org.jboss.jbossts.jbossjts-integration>
+
<version.org.jboss.jbossts.jbossjts>4.15.0.Final</version.org.jboss.jbossts.jbossjts>
+
<version.org.jboss.jbossts.jbossjts-integration>4.15.0.Final</version.org.jboss.jbossts.jbossjts-integration>
-
<version.org.jboss.logging.jboss-logging>3.0.0.Beta3</version.org.jboss.logging.jboss-logging>
+
<version.org.jboss.logging.jboss-logging>3.0.0.Beta5</version.org.jboss.logging.jboss-logging>
diff --git a/transactions/pom.xml b/transactions/pom.xml
index 87980ea..d5748a9 100644
--- a/transactions/pom.xml
+++ b/transactions/pom.xml
@@ -64,10 +64,22 @@
<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjts</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjts-integration</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.ironjacamar</groupId>
+ <artifactId>ironjacamar-spec-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
Upgrade to JBossTS 4.15
-----------------------
Key: AS7-795
URL:
https://issues.jboss.org/browse/AS7-795
Project: Application Server 7
Issue Type: Task
Reporter: Scott Marlow
Assignee: Jason Greene
Fix For: 7.0.0.CR1
From recent email exchange: "JBossTS 4.15 is faster than 4.14. JBossTS 4.15 does
have the new HornetQ journal based objectstore which is much, much faster." The
faster journal needs to be configured to be on by default or AS7 needs configuration
changes to allow it to be enabled.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira