[jbosstools-issues] [JBoss JIRA] (JBIDE-11900) Parameter subsitution value not taken into account when executing request

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Wed May 16 17:03:17 EDT 2012


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

Brian Fitzpatrick resolved JBIDE-11900.
---------------------------------------

    Resolution: Done


Fixed. There was an issue with how regexes were being searched & replaced in the URL that has been resolved.

Committed to trunk for CR1. 
                
> Parameter subsitution value not taken into account when executing request
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-11900
>                 URL: https://issues.jboss.org/browse/JBIDE-11900
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.3.0.Beta2
>            Reporter: Xavier Coulon
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.3.0.CR1
>
>
> Using the KitchenSink quickstart from Central, when trying to run the WS tester with the following URL:
> {quote}
>  http://localhost:8080/jboss-as-kitchensink/rest/members/\{id:[0-9][0-9]*\}
> {quote}
> a dialog appears to subsitute regexp with value, I set '1' and press ok, but the value is not taken into account, and the server complains about it:
> {code}
> 22:30:48,380 WARNING [org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher] (http-localhost-127.0.0.1-8080-2) Failed to parse request.: java.lang.IllegalArgumentException: You did not supply enough values to fill path parameters
>    at org.jboss.resteasy.specimpl.UriBuilderImpl.buildFromValues(UriBuilderImpl.java:546) [resteasy-jaxrs-2.3.2.Final.jar:]
> ...
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list