[
https://issues.jboss.org/browse/JBIDE-11635?page=com.atlassian.jira.plugi...
]
Brian Fitzpatrick commented on JBIDE-11635:
-------------------------------------------
To test this JIRA, use the Kitchen Sink JBoss AS 7 example in JBoss Central, enable the
JAX-RS tooling on the resulting project, and select the GET method that specifies an ID,
do "Run As..." to specify the server. In the WS Tester, you should see the URL
appear like
http://localhost:8080/jboss-as-kitchensink/rest/members/{id:[0-9][0-9]*}. If
you click run (the green arrow), it will pop up the dialog where you have to specify the
value.
[WS Tester] Prompt for values of JAX-RS url-provided parameters
---------------------------------------------------------------
Key: JBIDE-11635
URL:
https://issues.jboss.org/browse/JBIDE-11635
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.3.0.Beta3
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Labels: new_and_noteworthy
Fix For: 3.3.0.Beta3
Attachments: ws.ui.patch, ws_tester_url_dialog.jpg,
ws_tester_url_dialog_error.jpg
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
The JAX-RS tooling integration with the WS Tester allows us to deploy and test with the
URL. If the URL looks like this:
http://localhost:8080/jboss-as-kitchensink/rest/members/{id:[0-9][0-9]*}
We have an id that should follow the Regular Expression [0-9][0-9]*.
We need to prompt the user for values (and validate them) for those parms.
--
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