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

2002-11-29 Thread bugzilla
gzilla/show_bug.cgi?id=13154 BeanDeser... and java.sql.Date [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

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

2002-10-18 Thread bugzilla
gzilla/show_bug.cgi?id=13154 BeanDeser... and java.sql.Date --- Additional Comments From [EMAIL PROTECTED] 2002-10-18 17:17 --- Gerald, Can you please post a patch against the latest cvs? Thanks, dims

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

2002-10-07 Thread bugzilla
gzilla/show_bug.cgi?id=13154 BeanDeser... and java.sql.Date --- Additional Comments From [EMAIL PROTECTED] 2002-10-07 17:27 --- Rad! 1.0 Final was released moments ago and has the change I described (in JavaUtils.isConvertable) bit-for-bit exaclty how I did it! Still no java.sql.Date

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

2002-10-06 Thread bugzilla
gzilla/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 BeanDeserializ

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

2002-09-30 Thread bugzilla
gzilla/show_bug.cgi?id=13154 BeanDeser... and java.sql.Date --- Additional Comments From [EMAIL PROTECTED] 2002-09-30 19:33 --- Created an attachment (id=3299) Sorry, this is the right one

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

2002-09-30 Thread bugzilla
gzilla/show_bug.cgi?id=13154 BeanDeser... and java.sql.Date --- Additional Comments From [EMAIL PROTECTED] 2002-09-30 19:30 --- Created an attachment (id=3298) Proposed fix...

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

2002-09-30 Thread bugzilla
gzilla/show_bug.cgi?id=13154 BeanDeser... and java.sql.Date Summary: BeanDeser... and java.sql.Date Product: Axis Version: 1.0-rc2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority:

RE: BeanDeser... and java.sql.Date

2002-09-30 Thread Tom Jordahl
would verify this functionality. You can attach it to the bug. Thanks! -- Tom Jordahl -Original Message- From: Joachim Björklund [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 2:03 AM To: Axis-Dev Subject: BeanDeser... and java.sql.Date Hi, when having fields of java.sql.Da

BeanDeser... and java.sql.Date

2002-09-26 Thread Joachim Björklund
Hi, when having fields of java.sql.Date in your bean, and when deserializing from "xsd:dateTime" (internally interpeted as java.util.Calendar) by the default BeanDeserializer. It will not work. When Axis tries to set the value in the bean it will fail as the field is not of type Calendar. Well, A