Hi Dave,

I already reported the problem as a bug to Sun. The problem is related
with the time zone, if you are at GMT+0 then Jing will work with Java
1.5. We have a patch for this in oXygen, basically one needs to
explititely set the time zone when the GregorianCalendar is created:
GregorianCalendar cal =
   new GregorianCalendar(new SimpleTimeZone(0, ""));
The Jing patch is attached, the jar should be placed before jing.jar in
classpath.

Best Regards,
George
--
George Cristian Bina
http://www.oxygenxml.com



Dave Pawson wrote:
> On Fri, 2005-08-19 at 14:04 -0400, Norman Walsh wrote:
>
>>/ Dave Pawson <[EMAIL PROTECTED]> was heard to say:
>>| Jing complains:
>>|
>>| 050819.xml:5:42: error: bad character content for element
>>|
>>| I can see no wrong in the content.
>>| msv says its OK.
>>|
>>| Is there something wrong please?
>>
>>What version of Java are you using? There was a bug in some version of
>>the XMLGregorianCalendar classes that caused this problem, I believe.
>
>
>
> Not often he's wrong but he's right again.
> No error showing.
>
>
> Thanks Norm, Tell Sun they need a new clock!!
>
> regards DaveP
>
>
>
>

> Yahoo! Groups Links
>
>
>

>
>


YAHOO! GROUPS LINKS




Attachment: jingDatePatch.jar
Description: Binary data

Reply via email to