[jbossts-issues] [JBoss JIRA] (JBTM-1066) TxSupport helper method getTransactions() returns 1 when there are no transactions

Radesh Rao (JIRA) jira-events at lists.jboss.org
Wed Mar 14 11:30:47 EDT 2012


    [ https://issues.jboss.org/browse/JBTM-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676785#comment-12676785 ] 

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

        


More information about the jbossts-issues mailing list