You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/07/15 16:33:13 UTC

[jira] Created: (AXISCPP-746) xsd:time objects cannot be deserialized in GMT+xxx timezones

xsd:time objects cannot be deserialized in GMT+xxx timezones
------------------------------------------------------------

         Key: AXISCPP-746
         URL: http://issues.apache.org/jira/browse/AXISCPP-746
     Project: Axis-C++
        Type: Bug
  Components: Client - Deserialization, Server - Deserialization  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 


The deserialize method for some xsd:time values will fail when client is running in a timezone ahead of GMT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-746) xsd:time objects cannot be deserialized in GMT+xxx timezones

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-746?page=all ]
     
Adrian Dick closed AXISCPP-746:
-------------------------------

    Fix Version: current (nightly)
     Resolution: Fixed

This has been caused by setting the value of the year to 1970, but some of the functions are unable to handle time before 1970 as occurs for some combinations of time and timezones ahead of GMT.

To fix this, I have set the value of the year to 1971, then set it back to 1970 after deserialization is complete.

> xsd:time objects cannot be deserialized in GMT+xxx timezones
> ------------------------------------------------------------
>
>          Key: AXISCPP-746
>          URL: http://issues.apache.org/jira/browse/AXISCPP-746
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Deserialization, Server - Deserialization
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>      Fix For: current (nightly)

>
> The deserialize method for some xsd:time values will fail when client is running in a timezone ahead of GMT.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira