[mashup-dev] [jira] Commented: (MASHUP-365) Returns (null) when inputType is xs:dateTime

Keith Godwin Chapman (JIRA) jira at wso2.org
Tue Oct 23 23:15:22 PDT 2007


    [ http://www.wso2.org/jira/browse/MASHUP-365?page=comments#action_13042 ] 
            
Keith Godwin Chapman commented on MASHUP-365:
---------------------------------------------

This is working in the latest nightly.

> 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.2, 0.3
>         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