[
https://issues.apache.org/jira/browse/AMQ-6452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708405#comment-15708405
]
Gary Tully commented on AMQ-6452:
---------------------------------
I just noticed that this version pulls in j2ee-connector_1.6_spec and our RAR
implements 1.5_spec apis. As a runtime dependency I think it will be ok.
When adding a new test to the spring module that uses the rar I needed to
explicitly pull in the 1.5_spec jar as a compile dependency to override. I
think we are ok, just wanted to note it here in case it comes up again.
{code}[INFO] +-
org.apache.geronimo.components:geronimo-transaction:jar:3.1.3:compile
[INFO] | +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
[INFO] | \-
org.apache.geronimo.specs:geronimo-j2ee-connector_1.6_spec:jar:1.0:compile{code}
> Geronimo transaction manager dependency version should be upgraded
> ------------------------------------------------------------------
>
> Key: AMQ-6452
> URL: https://issues.apache.org/jira/browse/AMQ-6452
> Project: ActiveMQ
> Issue Type: Task
> Components: activemq-pool
> Affects Versions: 5.14.1
> Reporter: Benjamin Graf
> Fix For: 5.15.0
>
>
> Actually version of gtm is 2.2.1.
> {code:xml}
> <dependency>
> <groupId>org.apache.geronimo.components</groupId>
> <artifactId>geronimo-transaction</artifactId>
> <version>2.2.1</version>
> </dependency>
> {code}
> Karaf for example does install gtm > 3.x.x since years and does therefor not
> support recovery together with activemq-jms-pool implementation.
> (NoClassDefFoundError!)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)