Jonathan Vallar wrote:
> Retrieve Operation failed on the BusinessObject Bad value for type
> timestamp : [C@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@.... thing :(
-O