[
https://issues.apache.org/jira/browse/XERCESJ-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Glavassevich resolved XERCESJ-1327.
-------------------------------------------
Resolution: Invalid
Xerces doesn't have and has likely never had such a bug. Sun forked off the
Apache codebase long ago and have made many additions/modifications which have
never been contributed here. Their version has bugs which are unique to it and
others which have long been fixed in Apache. If you're looking for a fix in
Java 6 you'll need to pursue it with Sun.
> NullPointerException from
> XMLEntityScanner.skipChar(XMLEntityScanner.java:1414)
> -------------------------------------------------------------------------------
>
> Key: XERCESJ-1327
> URL: https://issues.apache.org/jira/browse/XERCESJ-1327
> Project: Xerces2-J
> Issue Type: Bug
> Environment: JDK1.6.0
> Reporter: Jiri Skrivanek
> Attachments: stackTrace.txt, xercesIssue126496.jar
>
>
> NullPointerException is thrown from
> com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipChar(XMLEntityScanner.java:1414)
> while parsing following xml:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE hibernate-mapping PUBLIC
> "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
> "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
> To reproduce just run this jar on JDK1.6.0.
> java -jar xercesIssue126496.jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]