DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34661>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34661 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-12 02:05 ------- Created an attachment (id=15377) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15377&action=view) patch to allowFlawed/.../LogFactoryImpl 7c (Attached patch is to the LogFactoryImpl now on the "allowFlawed' branch.) 1) Invocation of constructor in createLogFromClass catches InvocationTargetException and rethrows its target. This handles the situation where underlying problems we wish to ignore (e.g. NoClassDefFoundError) are not surfaced until we invoke the constructor. In some experimentation I'm doing I found that this situation occurs with LogKitLogger. 2) Main try/catch block in createLogFromClass specifically catches and rethrows LCE. Otherwise LCE thrown by handleFlawedHierarchy will needlessly be wrapped by another LCE in the final "catch Throwable" block. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
