Logger not found exception

2007-03-15 Thread Kailash Chandra
I am using the log4j.2.8.jar in my ear file Log jar file is place at my lib folder at ear level I have also set the class-path option of meta-inf file of jar file used in ear file to log4j.2.8.jar file's path But when I deploy the app on Weblogic 8.1 server it throws an exception that DOMconfigurat

Logger not found exception

2007-03-15 Thread Kailash Chandra
I am using the log4j.2.8.jar in my ear file Log jar file is place at my lib folder at ear level I have also set the class-path option of meta-inf file of jar file used in ear file to log4j.2.8.jar file's path But when I deploy the app on Weblogic 8.1 server it throws an exception that DOMconfigurat

Inconsistancy between logger.XXX("message") and logger.isXXXEnabled()

2007-03-15 Thread John Eisenman
I'm using version 1.2.14 My expectation in using log4j was that a call to logger.isXXXEnabled() would return true only in the case that a call to logger.XXX("some message") would result in the message being written to some appender. However, it appears that the existence of an appender has no