[EMAIL PROTECTED] wrote:

> I have an entity bean that contains a java.util.Date property.  Creating
> works fine, but when I using a finder method, I get the following error:
>
> com.evermind.server.rmi.OrionRemoteException: Database error: Bad Timestamp
> Format at 19 in 2000-09-18 14:08:47.86-04; nested exception is:
>         Bad Timestamp Format at 19 in 2000-09-18 14:08:47.86-04
>
> Has anyone seen this before using java.util.Date, CMP, orion and Postgres?

Yes, you need to patch the JDBC Driver
(you have to grab the code, do the the changes yourself and build it):

http://www.postgresql.org/mhonarc/pgsql-interfaces/2000-06/msg00064.html

Vlad


Reply via email to