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=17030>. 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=17030 URIResolver class not found with JDK 1.4.1 ------- Additional Comments From [EMAIL PROTECTED] 2003-02-17 19:47 ------- That is interesting. I haven't had a chance to try and reproduce the problem myself, but my reading of the javadocs for Class.forName says that if no classloader is passed then the classloader of the current class will be used. In this case, that would be the bootstrap classloader, which isn't what we want.
