DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6005>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6005 While resolving a file using the EntityResolver. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-01-24 14:18 ------- How come if the URI is http:\\mydomain.com or http://myDomain.com takes me to the site without giving me any errors? Pardon me, But i am making a product here in which the user creates his schema. It would be better if there are no exceptions thrown in the dos prompt and the errors got while parsing thro the schema xsd are presently formatted using XSMessageFormatter. I have just made a quick fix of the bug i reported. Since the systemId the resolveEntity(String pubId, String sysId) is null it is giving NPE. So i have made my own class that implements EntityResolver and returned a null InputSource. On the XSDHandler I have used the reset(XMLErrorReporter errorReporter, org.apache.xerces.xni.parser.XMLEntityResolver entityResolver, SymbolTable symbolTable) method where i have put MyEntityResolver. See ya. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
