Hi,

I am trying to store a date value in a Interbase table. When using the
default-mapping I get an exception and I observed in the logfile that jasw
is trying to use an JAVA_OBJECT type instead of a date type. I changed the
mapping (Interbase), instead of java.sql.date I wrote java.util.Date... and
JAWS didn't complain anymore.

Should I replace the datatype java.util.Date in my entity-bean? Why didn't
it work out of the box?

Hajo


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

Reply via email to