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 [EMAIL PROTECTED] 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 ;)