On 9/20/06, Jim Blos <[EMAIL PROTECTED]> wrote:

org.apache.xmlrpc.ParseFailed: Unparseable date: "2006-09-30T13:47:49"

The XML-RPC specification specifies a really ugly format: It ought to be

   20060930T13:47:49

which is neither ISO.8601 compliant nor anything else I am aware of.

If you need to be able to parse such dates, then you've got to provide
a custom TypeFactory. Create a subclass of TypeFactoryImpl and
overwrite the method getParser().

Jochen

--
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to