[mashup-dev] [jira] Commented: (MASHUP-337) Incorrect output when
inputTypes='#raw' and the function has two input parameters which are not
defined.
Yumani Ranaweera (JIRA)
jira at wso2.org
Wed Oct 3 02:32:30 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-337?page=comments#action_12864 ]
Yumani Ranaweera commented on MASHUP-337:
-----------------------------------------
Verified. Closed in RC3.
> Incorrect output when inputTypes='#raw' and the function has two input parameters which are not defined.
> --------------------------------------------------------------------------------------------------------
>
> Key: MASHUP-337
> URL: http://www.wso2.org/jira/browse/MASHUP-337
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.2
> Environment: WinXP, JDK1.5, FF2.0.0.7
> Reporter: Yumani Ranaweera
> Assigned To: Keith Godwin Chapman
> Fix For: 0.2
>
>
> Steps:
> 1. Deploy the source below;
> getManyText.inputTypes="#raw";
> getManyText.outputType = "string";
> function getManyText(test, test1){
> return ("text1 is " + test + " text2 is " + test1);
> }
> 2. Check the ?tryit and ?wsdl
--
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