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 Hans Nestler <ha...@yahoo.com> on 2003/10/19 09:18:13 UTC

java.sql.Timestamp Problem

I can see by reading this Mailing lists that many
people are experiencing the same problem with the
java.sql.Timestamp data type.  I am able to access all
other data types from C#, except this one.

Do you have plans to create a Serializer/Deserializer
for the java.sql.Timestamp in the near future?  It
would be nice if the BeanMapping could handle this
data type.  If not do you have any example code on how
to access the java.sql.Timestamp from C#?

Any help would be greatly appreciated.

Thank you,
Hans

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Re: java.sql.Timestamp Problem

Posted by Steve Loughran <st...@iseran.com>.
Hans Nestler wrote:
> I can see by reading this Mailing lists that many
> people are experiencing the same problem with the
> java.sql.Timestamp data type.  I am able to access all
> other data types from C#, except this one.
> 
> Do you have plans to create a Serializer/Deserializer
> for the java.sql.Timestamp in the near future?  It
> would be nice if the BeanMapping could handle this
> data type.  If not do you have any example code on how
> to access the java.sql.Timestamp from C#?
> 
> Any help would be greatly appreciated.

Your recommended course of action is
(a) write the Serializer/Deserializer yourself
(b) submit it as a patch on bugzilla, for us to incorporate into the core

Otherwise you can file it as an enhancement request, but Axis really 
relies on people fixing their own problems and contributing the patches.


-steve