Re: java.lang.ArrayIndexOutOfBoundsException: 2048 at XMLEntityScanner.skipSpaces

2008-02-29 Thread Michael Glavassevich
Hi Ankur, You say you can't upgrade to the latest version of Xerces, but have you at least tried testing whether this bug was fixed? When I execute your test with Xerces-J 2.9.1 it runs fine. Most likely fixed by this commit [1]. Thanks. [1] http://marc.info/?l=xerces-cvs&m=118375899720046&w=2

Re: Antwort: Re: external-shemaLocation ... cvc-elt.1: Cannot find the declaration of element

2008-02-29 Thread Michael Glavassevich
[EMAIL PROTECTED] wrote on 02/28/2008 04:18:10 PM: > > Your schema has a target namespace (in this case "http://www.reifen.net";) > > and your instance document declares no namespaces so isn't valid with > > respect to the schema. Try adding a namespace declaration to the root > > element. > > I c