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

Getting error in junit3.8.1 --> Log4JLogger does not implement Log

           Summary: Getting error in junit3.8.1 --> Log4JLogger does not
                    implement Log
           Product: Commons
           Version: 1.0.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Logging
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


While running the Swing test runner from junit and using the commons_logging 
1.0.3, I get and logger configuration error. The error in effect says 
Log4JLogger does not implement Log. I recompiled commons_logging to see if I 
still get the error and it still came back with the same error. It appears that 
the there are two different class loaders conflicting with each other that is 
causing this problem. Apparently at startup, Log is loaded by one class loader 
while the Log4JLogger is loaded by another which then causes 
class.isAssignableFrom to return false.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to