More Timestamp issues...

From: "Skidmore, Walt" <walt(dot)skidmore(at)medinex(dot)com>
To: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: More Timestamp issues...
Date: 2001-03-29 18:41:37
Message-ID: 965AEE931EB1D411BB0B00B0D0207AB90E1AFC@MDNX-PF-009.netivation.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have yet another timestamp issue that I'm not sure how to resolve... I'm
using Postgres 7.0.2. For some reason, I'm getting the following error:

Bad Timestamp Format at 19 in 2001-03-15 23:56:18.01+00
at org.postgresql.jdbc2.ResultSet.getTimestamp(ResultSet.java:447)
at org.postgresql.jdbc2.ResultSet.getTimestamp(ResultSet.java:595)
at
medinex.server.entitybean.JOnASMDXMedicalInfoItemBean.ejbLoad(JOnASMDXMedica
lInfoItemBean.java:387)
at
org.objectweb.jonas_ejb.container.EntityContextImpl.activate(EntityContextIm
pl.java:353)
at . . .

I switched to using timestamps because of a problem very similar to this,
and now I'm having them again. There isn't anything wrong with that
Timestamp value, as far as I can tell. Can anyone help? Are there any
patches I can apply to fix it?

Thanks a bunch...

___________________________________________________________
Walt Skidmore
Java Developer
888-580-1010 x139
___________________________________________________________

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joe Shevland 2001-03-29 22:05:48 RE: [JDBC] Possible large object bug?
Previous Message Peter Eisentraut 2001-03-29 18:37:39 Re: RE: Compiling