You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2006/02/07 16:31:36 UTC

DO NOT REPLY [Bug 37484] - [logging] call to getClassLoader() in LogFactoryImpl not checked for null

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=37484>.
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=37484





------- Additional Comments From rdonkin@apache.org  2006-02-07 16:31 -------
JCL uses the thread context classloader and the hierarchical class loader model
introduced in Java 1.2. 

My expectation is that the JCL implementation code would fail under Java 1.1 but
that a API compatible static bound alternative would work. (Basically, taken
LogFactory and gut the complex classloading logic then recompile.)  Perhaps it's
time that we considered hosting such an implementation in the commons.

Perhaps your JVM has a number of extra backported 1.2 methods (but not the few
that JCL uses). 

-- 
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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org