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=27373>. 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=27373 NPE when running commons listener against log4J1.2.8 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |1.6.2 Version|1.7Alpha (nightly) |1.6.1 ------- Additional Comments From [EMAIL PROTECTED] 2004-03-12 09:03 ------- There is a difference between using a -logger and -listener. The former may use a log file and the latter does not get this set. The commons logger code assumes that it is passed the log stream in both cases. The fix is just to initialize the out and err streams in the commons logger class. Updated CommonsLoggingListener. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
