The reason is the file has a comment header '$Date' and
my system has added the date with chinese characters.
If changing the encoding with UTF-8,it works ok.So I will
check all the xml file encoding and change it to UTF-8.
Thanks,
Feng Wang
On 2008-08-21 19:29:09,Simon Laws <[EMAIL PROTECTED]> wrote:
>On Thu, Aug 21, 2008 at 12:08 PM, Feng Wang <[EMAIL PROTECTED]> wrote:
>
>> Hi,all
>> I run the sample and found an error when parsing the file
>> binding-ws-axis2\src\main\resources\org\apache\tuscany\sca\binding\ws\axis2\definitions.xml.
>>
>> Caused by: com.ctc.wstx.exc.WstxIOException: Invalid ascii byte; value
>> above 7-bit ascii range (65510; at pos #38)
>> at
>> com.ctc.wstx.sr.StreamScanner.throwFromIOE(StreamScanner.java:683)
>> at
>> com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1086)
>> at
>> org.apache.tuscany.sca.definitions.xml.SCADefinitionsDocumentProcessor.read(SCADefinitionsDocumentProcessor.java:146)
>> ... 16 more
>> Caused by: java.io.CharConversionException: Invalid ascii byte; value above
>> 7-bit ascii range (65510; at pos #38)
>> at
>> com.ctc.wstx.io.AsciiReader.reportInvalidAscii(AsciiReader.java:130)
>> at com.ctc.wstx.io.AsciiReader.read(AsciiReader.java:106)
>> at com.ctc.wstx.io.ReaderSource.readInto(ReaderSource.java:84)
>> at
>> com.ctc.wstx.io.BranchingReaderSource.readInto(BranchingReaderSource.java:57)
>> at com.ctc.wstx.sr.StreamScanner.loadMore(StreamScanner.java:967)
>> at com.ctc.wstx.sr.StreamScanner.getNext(StreamScanner.java:738)
>> at
>> com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:1995)
>> at
>> com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
>> ... 17 more
>>
>> When open the file with xmlspy,found some special characters encoded with
>> US-ASCII.
>> Has someone seen the error?
>>
>> --------------
>> Feng Wang
>> 2008-08-21
>>
>>
>Hi
>
>I'd not noticed that we sometimes have encoding="ASCII" and sometime have
>encoding="UTF-8". If nothing else we should at least be consistent and I
>think UTF-8 would be the way to go.
>
>Having said that I don't know precisely why it's complaining about this
>file. What characters do you see causing the error? Does it work if you
>change the encoding of the file to encoding="UTF-8"?
>
>Simon
>