[OJB-developers] 0.8.375 src/test/ojb/OJB.properties problem
Brought to you by:
thma
From: John F. <jfr...@so...> - 2002-04-16 16:28:14
|
The sample OJB.properties file has the wrong class name for the log4j based logger. The line: # Bertrand implemented a log4j based logger: #LoggerClass=3Dojb.broker.util.Log4jLoggerImpl should be: # Bertrand implemented a log4j based logger: #LoggerClass=3Dojb.broker.util.logging.Log4jLoggerImpl The class should be ojb.broker.util.logging.Log4jLoggerImpl (the extra logging package level is missing). Can someone submit a fix to CVS? Thanks, - John |