[
https://issues.jboss.org/browse/JBTM-1669?page=com.atlassian.jira.plugin....
]
Tom Jenkinson updated JBTM-1669:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 5.0.0.M4
Resolution: Done
Remove tanukisoftware wrapper dependency from EAP6 profile
----------------------------------------------------------
Key: JBTM-1669
URL:
https://issues.jboss.org/browse/JBTM-1669
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Build System
Affects Versions: 4.17.4
Reporter: Weinan Li
Assignee: Tom Jenkinson
Fix For: 5.0.0.M4
Currently we have tanuki in these components:
{code}
ArjunaCore/arjuna/services/pom.xml
ArjunaJTS/narayana-jts-idlj/pom.xml
ArjunaJTS/narayana-jts-jacorb/pom.xml
pom.xml
{code}
{code}
<dependency>
<groupId>tanukisoft</groupId>
<artifactId>wrapper</artifactId>
<version>${version.tanukisoft}</version>
</dependency>
{code}
We need to remove these dependencies from eap6 profile according to comments from
Fernando:
{quote}
We do not ship tanukiwrapper with the AS (the windows on is an exceptional case and for
different reasons).
It is not in the AS7 dependencies, and it will be hard for Support to
properly rebuild TS in the field.
{quote}
btw, there are two classes we need to remove from eap6 profile which depends on tanuki
wrapper:
{code}
ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/services/recovery/RecoveryManagerService.java
ArjunaJTS/jts/services/classes/com/arjuna/ats/jts/services/transactionserver/TransactionServerService.java
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira