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/04/04 19:30:03 UTC

DO NOT REPLY [Bug 18709] - Calendar replacing Date is wsdl transformation

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

Calendar replacing Date is wsdl transformation

stevel@apache.org changed:

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



------- Additional Comments From stevel@apache.org  2003-04-04 17:30 -------
Wontfix; this is according to the JAX_RPC specification. If you edit Axis, your
version is no longer compliant with the section 4.2.1 of the spec.

This is for your own good. Calendar contains timezone information, xsd:dateTime
includes TZ info, Date doesnt. 

if you used date the runtime would have to guess whether you meant local or UTC
time; by forcing you to use Calendar, you get to make the decision.