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=17470>. 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=17470 unknown host when loading app ------- Additional Comments From [EMAIL PROTECTED] 2003-02-27 19:18 ------- The ValidatorResourcesInitializer try to register a "1_0_1" dtd (source code below), but there is only a "1_0" dtd file in the jar file. When loading the application, the dtd is not found and is serached on the internet... --------------------------------------------------------------------------- protected static String registrations[] = { "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0.1//EN", "/org/apache/commons/validator/resources/validator_1_0_1.dtd" }; --------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]