Xavier Coulon created JBIDE-11900:
-------------------------------------
Summary: 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: Visual Page Editor Templates
Reporter: Xavier Coulon
Assignee: Yahor Radtsevich
Fix For: 3.3.0.Beta3-SOA
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