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 bu...@apache.org on 2003/09/08 19:25:07 UTC

DO NOT REPLY [Bug 22999] - xs:date not serialized/deserialized correctly

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=22999>.
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=22999

xs:date not serialized/deserialized correctly

tomj@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From tomj@macromedia.com  2003-09-08 17:25 -------
Axis is following JAX-RPC 1.0, which in section 5.3.2 Standard Java Classes, 
specifies that java.util.Date maps to an xsd:dateTime XML data type.

Besides, Date has a time component in it, you can't just ignore it when 
serailizing it to the wire.  What about those that *want* the time component 
of Date?

I think castor has the bug....