You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Alex Milowski (JIRA)" <xe...@xml.apache.org> on 2005/06/14 02:41:46 UTC

[jira] Updated: (XERCESJ-1083) Error reporting when schema can't be found throws null pointer exception

     [ 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: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org