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

Jim Boettcher (JIRA) jira-events at lists.jboss.org
Fri Dec 6 07:48:05 EST 2013


Jim Boettcher created JBIDE-16264:
-------------------------------------

             Summary: @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
            Priority: Minor


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