After many hours of searching I've discovered the original dateTime
marshalling problem was a bug in JAXP (see bug 6565321 -
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6565321).
So if you have problems marshalling dateTimes which contain fractional
seconds components then get hold of JAXP 1.4.2 and drop the two jars in
<jre>\lib\endorsed. Problem solved.
Thank you to James and others that assisted me today while chasing this.
/Phil
James Mao wrote:
Hi Phil,
Looks like a bug,
Can you log an issue, turn on the -V to get the stack trace, and put
it on the jira.
https://issues.apache.org/jira/browse/CXF
Thanks,
James