[
https://issues.jboss.org/browse/JBIDE-11635?page=com.atlassian.jira.plugi...
]
Isaac Rooskov updated JBIDE-11635:
----------------------------------
Release Notes Docs Status: Documented as Feature Request
Writer: irooskov
Release Notes Text: When JAX-RS services are tested through JAX-RS Tooling and
Web Service Tester integration, the URL of the service can include details about required
parameters. If the included parameters require values to be specified, a dialog prompting
for these values now appears to the user and validation of the values occurs if the
service includes a Regular Expression. This new feature ensures all values are gathered
and verified before testing the service, minimizing returned errors. (was: When JAX-RS
services are tested via the JAX-RS Tooling / Web Service Tester integration, the URL can
include details about required parameters. If parameters are included in the call that
need values to be specified, we now show a dialog prompting for those values and
validating if the service includes a Regular Expression. )
[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