Re: Bad Value for Data Type Timestamp

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bad Value for Data Type Timestamp
Date: 2006-03-01 03:31:08
Message-ID: 4405157C.9060109@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jonathan Vallar wrote:

> Retrieve Operation failed on the BusinessObject Bad value for type
> timestamp : [C(at)56c55d28 Exception: java.lang.NumberFormatException:
> Expected time to be colon-separated, got ' Stack Trace:
> java.lang.NumberFormatException : Expected time to be colon-separated,
> got ' at [...]

Hmm, loadCalendar() should put the original string in the exception
message, not the char-array-ified version which produces that useless
[C(at)(dot)(dot)(dot)(dot) thing :(

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jonathan Vallar 2006-03-01 04:17:04 Re: Bad Value for Data Type Timestamp
Previous Message Jonathan Vallar 2006-03-01 02:54:47 Re: Bad Value for Data Type Timestamp