You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Oleksandr Fedorenko (JIRA)" <ax...@ws.apache.org> on 2007/02/01 09:28:05 UTC

[jira] Created: (AXIS-2620) AXIS bug : CalendarSerializer/Deserializer

AXIS bug : CalendarSerializer/Deserializer
------------------------------------------

                 Key: AXIS-2620
                 URL: https://issues.apache.org/jira/browse/AXIS-2620
             Project: Axis
          Issue Type: Bug
          Components: Serialization/Deserialization
            Reporter: Oleksandr Fedorenko
            Priority: Critical


Hello,

It seems there is bug in 

org.apache.axis.encoding.ser.CalendarSerializer
org.apache.axis.encoding.ser.CalendarDeserializer


The string to format Date is  :"yyyy-MM-dd'T'HH:mm:ss.SSS'Z' "       ->      formats as   2007-02-01T08:13:23.342Z

Instead. It should be     "yyyy-MM-dd'T'HH:mm:ss.SSSZ"                 ->      2007-02-01T10:13:23.342+0200


Change is   :     'Z'    ->      Z


Current format string makes Date with   Z  trailing character  instead of having time zone :





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS-2620) AXIS bug : CalendarSerializer/Deserializer

Posted by "Oleksandr Fedorenko (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleksandr Fedorenko resolved AXIS-2620.
---------------------------------------

    Resolution: Invalid

> AXIS bug : CalendarSerializer/Deserializer
> ------------------------------------------
>
>                 Key: AXIS-2620
>                 URL: https://issues.apache.org/jira/browse/AXIS-2620
>             Project: Axis
>          Issue Type: Bug
>          Components: Serialization/Deserialization
>            Reporter: Oleksandr Fedorenko
>            Priority: Critical
>
> Hello,
> It seems there is bug in 
> org.apache.axis.encoding.ser.CalendarSerializer
> org.apache.axis.encoding.ser.CalendarDeserializer
> The string to format Date is  :"yyyy-MM-dd'T'HH:mm:ss.SSS'Z' "       ->      formats as   2007-02-01T08:13:23.342Z
> Instead. It should be     "yyyy-MM-dd'T'HH:mm:ss.SSSZ"                 ->      2007-02-01T10:13:23.342+0200
> Change is   :     'Z'    ->      Z
> Current format string makes Date with   Z  trailing character  instead of having time zone :

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org