[
https://issues.jboss.org/browse/JBTM-1066?page=com.atlassian.jira.plugin....
]
Radesh Rao commented on JBTM-1066:
----------------------------------
When I try to build the tx and the webservice projects, maven is not able to locate the
specific version of these dependencies:
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-grizzly</artifactId>
<version>1.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>
1.5 version works (1.8 is the latest). Is there a specific version of these dependencies
that these projects need?
TxSupport helper method getTransactions() returns 1 when there are no
transactions
----------------------------------------------------------------------------------
Key: JBTM-1066
URL:
https://issues.jboss.org/browse/JBTM-1066
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: REST
Affects Versions: 5.0.0.M1
Reporter: Radesh Rao
Assignee: Michael Musgrove
Priority: Minor
TxSupport.getTransactions() returns a List of size 1 when there were 0 transactions
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira