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=22379>. 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=22379 XMLReader.parse() throws NullPointerException when base file name has not the same capitalization [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Other |High ------- Additional Comments From [EMAIL PROTECTED] 2003-08-13 11:55 ------- i performed several tests and the problem seesm to be that the Reader always throws a NullPointerException, if the base file name of the File object that is used for the InputStream has not all capitalized letters. so, the capitalization of the file on the file system is not important. but the capitalization of the Java File object: tests: fileName on filesystem + fileName of File object => result : rvt_0306.xml + rvt_0305.xml => NullPointerExcption RVT_0306.xml + rvt_0305.xml => NullPointerExcption rvt_0306.xml + RVT_0305.xml => o.k. (no Exception) RVT_0306.xml + RVT_0305.xml => o.k. (no Exception) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
