Page 1 of 1

ArrayIndexOutOfBoundsException on Validate

Posted: Wed May 19, 2004 10:59 am
by johndwill
I'm getting the same exception in both the standalone application and the Eclipse PlugIn.

When I try to validate an XML file against a schema I get the following error:

ArrayIndexOutOfBoundsException-21

Note: the -21 increments by 1 everytime I click on the validate button.

This also seems to be a problem with validating against DTDs. I've tried it against my own xml & schemas, as well as the samples provided with oXygen.

Any help would be appreciated.

Posted: Wed May 19, 2004 11:27 am
by george
Hi,

Please indicate or send at support@oxygenxml.com a sample file to reproduce the problem.

Thank you,
George

Posted: Thu Jun 30, 2005 5:26 pm
by sorin_ristache
Hello,

Please make sure you didn't add a DTD or other type of schema to the list of XML catalogs available from Preferences - XML - XML Catalog. You must add only a file that is a XML Catalog to that list. For an example of a catalog file please examine [oXygen-install-dir]/frameworks/docbook/catalog.xml. For more details about XML catalogs please consult the corresponding User Manual section available on our site and also from the Help menu of both <oXygen/> standalone and Eclipse IDE:

- <oXygen/> standalone online help: http://www.oxygenxml.com/doc/ug-oxygen/ ... L-Catalogs

- <oXygen/> Eclipse plugin online help: http://www.oxygenxml.com/doc/ug-oxygenE ... L-Catalogs

I hope that helps,
Sorin