[mashup-dev] [jira] Closed: (MASHUP-271) Error in ?tryit when
.operationName has special characters or numbers
Yumani Ranaweera (JIRA)
jira at wso2.org
Wed Sep 19 22:53:49 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-271?page=all ]
Yumani Ranaweera closed MASHUP-271.
-----------------------------------
> Error in ?tryit when .operationName has special characters or numbers
> ---------------------------------------------------------------------
>
> Key: MASHUP-271
> URL: http://www.wso2.org/jira/browse/MASHUP-271
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.1
> Environment: WinXP, JDK1.5, FF2.0.0.6
> Reporter: Yumani Ranaweera
> Assigned To: Jonathan Marsh
> Priority: Critical
> Fix For: 0.2
>
>
> Steps to recreate:
> ---------------------
> 1. Create and deploy a service using the source below;
> this.serviceName = "versionSimple";
> getVersion.documentation = "Returns the version of the Mashup Server";
> getVersion.operationName = "123GETVERSION";
> getVersion.inputTypes = {};
> getVersion.outputType = "any";
> function getVersion(){
> return ("The version of the Mashup Server is SNAPSHOT");
> }
> 2. Check the ?tryit of the service (https://localhost:7443/services/versionSimple?tryit)
> Issue:
> -------
> - Choose endpoint box cannot be expanded.
> - The button with 'operation name' doesn't appear.
> NOTE: Same error occures when redeploy the above service with getVersion.operationName = "@GETVERSION";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Mashup-dev
mailing list