I am trying to return a complex object via soap.  I have registered all
sub-objects and the soap call seems to be working fine.  However, when the
BeanSerializer gets to the java.sql.Date fields on my objects, I get an
IllegalArgumentException thrown on the getMinutes() property.  This property
is deprecated on java.sql.Date, but I wouldn't think that it should be
throwing an exception.

Has anyone come across this yet?  I would think that, with Soap front ending
database access a lot of the time, someone would have solved any issues with
java.sql.Date.

If I have to modify the BeanSerializer to address this, are there any
pointers on doing this?

Thanks,

Bill Pfeiffer


Reply via email to