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=16457>. 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=16457 NullPointerException in LogFactory ------- Additional Comments From [EMAIL PROTECTED] 2003-01-31 14:44 ------- Now that you point that out, I, too, am puzzled...I was able to make the code work by setting the system property to get it to point to the appropriate class file (and avoiding that whole fourth alternative) There may be something specific to my environment that is causing these troubles, but as I look at the code now, it SHOULD work, as you said. I still don't understand why not use contextClassLoader instead of the other, since getContextClassLoader() will have returned the appropriate call, saving newFactory() a lot of work, and saving unnecessary method calls and being consistent with the rest of the method, but there may be something beyond the scope of my problems that made you go with that approach, I do not know. Thank you for looking at it anyways, I will try to see if there's something *else* at my end. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
