You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Developer Developer <de...@gmail.com> on 2005/12/13 19:09:26 UTC

BeanConvertor for Attribute of type java.sql.Timestamp

Hello Friends,

I have a web service  with an IN/OUT parameter of type java.sql.Timestamp.

I get the following runtime error "Could not convert
java.util.GregorianCalendar to bean field 'actualEndDate', type
java.sql.Timestamp",
I guess it isbecuase AXIS is unable to find correct serializer/deserializer
.

Does anybody which serializer/deserializer  classes I should use for
java.sql.Timestamp.

Thanks !