You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Phillip Baird <ph...@gmail.com> on 2007/08/09 15:07:12 UTC

Re: DateTime format problem - solved

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