]
Paul Robinson updated JBTM-1191:
--------------------------------
Component/s: TXFramework
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
Affects Versions: 5.0.0.M2
Reporter: Paul Robinson
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_4fe205...
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: