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

xsd:date and xsd:time is forced to contain a time-zone, when the spec clearly states 
that it’s optional.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Critical
           Priority|Other                       |High



------- Additional Comments From [EMAIL PROTECTED]  2002-09-17 20:55 -------
I’m looking at this again, and I noticed that my initial speculation on what’s 
causing the problem is wrong.  The problem is only with xsd:date, and the 
problem is that the de-serializer for dates is expecting a time along with the 
date.  For example, instead of “2002-09-18”, it wants “2002-09-18T00:00:00” -- 
but that’s an xsd:dateTime format!  When the Axis client sends an xsd:date, it 
sends it correctly (it sends only YYYY-MM-DD, without any time information).

xsd:dateTime and xsd:time work fine.

Reply via email to