DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25045>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25045

UT8Reader is throwing a ArrayOutOfBounds Exception





------- Additional Comments From [EMAIL PROTECTED]  2003-11-27 09:32 -------
Sorry, but in fact it appears to not be a Xerces problem but a Microsoft JDBC 
driver pb. When you ask for 2043 bytes, its read() method returns 2048!!!
Sorry again.
            count = fInputStream.read(fBuffer, 0, length);
System.out.println( "UTF8 Reader: count="+count+", length="+length);
UTF8 Reader: count=2048, length=2043

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

Reply via email to