DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9767>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9767 Date serialization/deserialization [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2002-10-24 21:12 ------- This doesn't appear to be actually fixed. The original complaint was that all time information is truncated, not the round-tripping problem. org.apache.axis.encoding.ser.DateSerializer references http://www.w3.org/TR/xmlschema-2/#dateTime which indicates that xsd:dateTime should be formatted like 1999-05-31T13:20:00-05:00, but DateSerializer uses a SimpleDateFormat of yyyy-MM-dd (which, of course, does not contain time information). (this is with the 1.0 release of Axis)