gzilla/show_bug.cgi?id=13154
BeanDeser... and java.sql.Date
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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
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
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
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
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...
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:
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
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