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 fails to un-marshal on reply because the de-serializer is expecting a time.

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2002-09-19 20:33 -------
I made the following code changes.
Please try out the latest CVS tree and reopen if you still have problems.

- Enhanced the FieldDesc class to have getter/setter for xmlType QName.
- JavaBeanHelper will set this element for fields (but not array types).
- The BeanDeserializer now uses the xmlType in the FieldDesc when looking
  up the correct deserializer for the bean element.
- The BeanSerializer passes the xmlType in preference to looking up the
  QName of the java class.  This prevents the wrong serializer from getting
  used if a class is mapped to more than one XML type (i.e. java.utils.Date).

Reply via email to