[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
Tue Aug 27 10:23:26 EDT 2013


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

Paul Robinson resolved JBTM-1191.
---------------------------------

         Assignee: Paul Robinson
    Fix Version/s: 5.0.0.M5
                       (was: 5.0.0.Final)
       Resolution: Out of Date


Applies to AT support in REST-AT which is being dropped in favour of JTA bridging.
                
> 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
>            Assignee: Paul Robinson
>            Priority: Minor
>             Fix For: 5.0.0.M5
>
>
> 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