[jbosstools-issues] [JBoss JIRA] (JBIDE-16475) @PathParam with hyphen in value shows as JAX-RS error

Xavier Coulon (JIRA) issues at jboss.org
Thu Feb 6 08:28:28 EST 2014


Xavier Coulon created JBIDE-16475:
-------------------------------------

             Summary: @PathParam with hyphen in value shows as JAX-RS error
                 Key: JBIDE-16475
                 URL: https://issues.jboss.org/browse/JBIDE-16475
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: webservices
    Affects Versions: 4.1.1.CR1
            Reporter: Xavier Coulon
            Assignee: Xavier Coulon
            Priority: Minor
             Fix For: 4.1.2.CR1, 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: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list