[mashup-dev] [jira] Created: (MASHUP-365) Returns (null) when
inputType is xs:dateTime
Yumani Ranaweera (JIRA)
jira at wso2.org
Fri Oct 19 03:40:22 PDT 2007
Returns (null) when inputType is xs:dateTime
--------------------------------------------
Key: MASHUP-365
URL: http://www.wso2.org/jira/browse/MASHUP-365
Project: WSO2 Mashup Server
Issue Type: Bug
Components: Core
Affects Versions: 0.3, 0.2
Environment: WinXP, JDK1.5, IE7
Reporter: Yumani Ranaweera
Assigned To: Keith Godwin Chapman
Priority: Critical
Fix For: 0.3
Steps to reproduce
---------------------
1. Create a service using the source given below;
readDate.inputTypes = { "instant" : "xs:dateTime" };
function readDate(instant) {
print(instant);
return instant;
}
2. Access the ?tryit and give a correct dateTime as input (e.g 2002-10-10T17:00:00.012Z)
3. Check the output
Issue:
-------
Output appears as (null)
--
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