[jbossts-issues] [JBoss JIRA] (JBTM-1191) TXFramework enlists with invalid url if @Path is used on a service request method

Paul Robinson (JIRA) jira-events at lists.jboss.org
Mon Mar 4 06:30:57 EST 2013


     [ https://issues.jboss.org/browse/JBTM-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson updated JBTM-1191:
--------------------------------

    Fix Version/s: 5.0.0.Final

    
> TXFramework enlists with invalid url if @Path is used on a service request method
> ---------------------------------------------------------------------------------
>
>                 Key: JBTM-1191
>                 URL: https://issues.jboss.org/browse/JBTM-1191
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: TXFramework
>            Reporter: Paul Robinson
>            Priority: Minor
>             Fix For: 5.0.0.Final
>
>
> For this interface:
> {code}
> @Path("/taxi")
> public interface TaxiServiceAT {
>     @POST
>     @Produces("text/plain")
>     @Path("makeBooking")
>     public Response makeBooking();
> }
> {code}
> the following enlist url is created:
> http://localhost:8080/test/taxi/makeBooking0_ffffc0a80068_2a160422_4fe20541_179/28/terminate
> The addition of the '/makeBooking' fragment breaks the url pattern expected by the participant endpoint (@Path("{txid}/{pId}/terminate")) and messages from the coordinator are ignored.

--
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


More information about the jbossts-issues mailing list