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=30405>. 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=30405 Does not log exception strack trace ------- Additional Comments From [EMAIL PROTECTED] 2004-08-01 02:12 ------- The only warning in that method is for exceptions which don't have an exception handler defined: log.warn(getInternal().getMessage("unhandledException", exception.getClass())); Its not there to give you information about the exception - just to notify you that there is no handler defined. Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
