What kind of exception did you get on server side? 
Can you include mapping here?

And, for sure, storing date in String should not be the problem, as long as
JAWS is able to parse it. Also, I would suggest to use VARCHAR sql type
instead of CHAR (JAWS may have problems to parse the empty spaces).

> -----Original Message-----
> From: Belli Andrea [mailto:[EMAIL PROTECTED]]
> Sent: Mittwoch, 23. Mai 2001 11:56
> To: Jboss-User (E-mail)
> Subject: [JBoss-user] Interbase 6 problem
> 
> 
> I have a problem with data type date: in type mappings found in
> standardjaws.xml the type mapping for DATE is java.sql.Date, 
> so I use it in
> the field of the entity bean.
> The problem is that I receive an error about the composition of
> PreparedStatement; I tried to change the Date type with a 
> String  and It
> seems to function.
> What is the problem? Andrea
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to