[ http://issues.apache.org/jira/browse/XERCESJ-1083?page=all ]
Alex Milowski updated XERCESJ-1083:
-----------------------------------
Attachment: XMLSchemaValidator.java.diff
This diff fixes the problem. The hints being null seem to be related
to the fact that the document has no namespace and the schema for
"no namespace" cannot be found. The error message that results is somewhat
different then if you validate using JAXP+Xerces. Odd but OK...
> Error reporting when schema can't be found throws null pointer exception
> ------------------------------------------------------------------------
>
> Key: XERCESJ-1083
> URL: http://issues.apache.org/jira/browse/XERCESJ-1083
> Project: Xerces2-J
> Type: Bug
> Components: XML Schema Structures
> Reporter: Alex Milowski
> Attachments: XMLSchemaValidator.java.diff
>
> Using the code for the current CVS Head, a null pointer is thrown inside
> XMLSchemaValidator
> on line 2413, when the code is reporting the error. The call
> fXSDDescription.getLocationHints()
> can return a null pointer, as it does in my environment.
> I am running XMLSchemaValidator alone in a custom environment. While it is
> possible
> that something is misconfigured, no exceptions are thrown when the document's
> schema can be found.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]