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 2002/10/07 08:44:52 UTC

DO NOT REPLY [Bug 13154] - BeanDeser... and java.sql.Date

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

BeanDeser... and java.sql.Date





------- Additional Comments From gturner@unzane.com  2002-10-07 06:44 -------
I noticed your patch adds java.sql.Date to the JavaUtils.convert method
(java.util.Date was already there on rc2?!), but it looks like the
BeanDeserializer (in BeanPropertyTarget.set) tests the JavaUtils.isConvertable
method before even calling the convert method - isConvertable doesn't have
either Calendar->Date.

I'm compiling it now, hope there's no timezone problems I've noticed in other
bug reports ;)