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/06/30 18:29:57 UTC

[jira] Created: (AXISCPP-718) Deserialization problems in the xsd types gYear, gYearMonth, gMonth, gMonthDay and gDay

Deserialization problems in the xsd types gYear, gYearMonth, gMonth, gMonthDay and gDay 
----------------------------------------------------------------------------------------

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


While creating the tests for the XSD built-in simple types I have discovered various problems in the deserialization code for the types: gYear, gYearMonth, gMonth, gMonthDay and gDay 

- Incorrectly initializing struct tm used within deserialization method, causing problems when attempting to use strftime to print value.
- Incrementing wrong element when handling year offset.
- GDay incorrectly sets month, rather than day.

-- 
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-718) Deserialization problems in the xsd types gYear, gYearMonth, gMonth, gMonthDay and gDay

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

    Fix Version: current (nightly)
     Resolution: Fixed

Problems described have been resolved, and future regressions should be caught by the new XSD_*** testcases

> Deserialization problems in the xsd types gYear, gYearMonth, gMonth, gMonthDay and gDay
> ---------------------------------------------------------------------------------------
>
>          Key: AXISCPP-718
>          URL: http://issues.apache.org/jira/browse/AXISCPP-718
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Deserialization
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>      Fix For: current (nightly)

>
> While creating the tests for the XSD built-in simple types I have discovered various problems in the deserialization code for the types: gYear, gYearMonth, gMonth, gMonthDay and gDay 
> - Incorrectly initializing struct tm used within deserialization method, causing problems when attempting to use strftime to print value.
> - Incrementing wrong element when handling year offset.
> - GDay incorrectly sets month, rather than day.

-- 
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