Re: CMP java.util.Date property on Postgres

2000-09-19 Thread Markus Holmberg
On Mon, Sep 18, 2000 at 07:31:56PM +, [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

Re: CMP java.util.Date property on Postgres

2000-09-18 Thread Vlad Petric
[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;

Re: CMP java.util.Date property on Postgres

2000-09-18 Thread Lorin Kobashigawa-Bates
I got this also, The problem is with the implementation of getDate() in the PostGres Drivers. It is a very big hassle to fix. It throws a parse exception when trying to do a SimpleDateFormat on the String coming from the Database. Once i fixed that, I also ran into a problem where it seems