Created: (XERCESJ-1124) Nonspecific schema error message 2005-12-19 - By elharo (JIRA)
Nonspecific schema error message --------------------------------
Key: XERCESJ-1124 URL: http://issues.apache.org/jira/browse/XERCESJ-1124 Project: Xerces2-J Type: Improvement Components: XML Schema API Versions: 2.7.1 Reporter: elharo Priority: Minor
The following error message recently popped out of Xerces:
[Warning] :5:2: schema_reference.4: Failed to read schema document 'cml0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
This is unhelpful. The reason the reading failed is either 1, or 2, or 3. Xerces should distinguish all three cases and only use the error message that reflects the actual problem.
Grepping the source this string appears in XMLSchemaMessages.properties. I'm not sure where in the Java code the distinction needs to be made.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@(protected) For additional commands, e-mail: j-dev-help@(protected)
|
|