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 mi...@leuville.com on 2002/05/27 10:46:00 UTC

java.util.Date serialization

I use dynamic proxy calls.

A Date variable is serialized (default) as xsd:date (time is truncated).

The problems:

1) The value of the variable is not the same before serialization and after
serialization.

2) Complience with JAX-RPC 0.9 specification. (chapter 5.3.2) The mapping for
simple java type Date should be:

     java.util.Date -> xsd:dateTime


Is this a bug? Or are there other reasons for this?


Milan