]
Xavier Coulon reassigned JBIDE-16264:
-------------------------------------
Assignee: Fred Bricon (was: Xavier Coulon)
@PathParam with hyphen in value shows as JAX-RS error
-----------------------------------------------------
Key: JBIDE-16264
URL:
https://issues.jboss.org/browse/JBIDE-16264
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: webservices
Affects Versions: 4.1.1.CR1
Reporter: Jim Boettcher
Assignee: Fred Bricon
Priority: Minor
Fix For: 4.2.0.Alpha2
if I have a method like:
@GET
@Path("/rule/{rule-file-name}")
public byte[] getRuleSet(@PathParam("rule-file-name") String ruleSetName)
I get the error:
@PathParam value 'rule-file-name' does not match any @Path annotation template
parameters of the java method and the enclosing java type.
If I remove the hyphens from "rule-file-name" the error goes away.
However the hyphen should be allowed.
--
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: