AW: AW: Log4j.xml setting for Hibernate not working

2009-11-16 Thread Bender Heri
Hibernate uses the commons-logging framework. Your list of jars does not include the commons-logging.jar. I guess that hibernate when loaded the first time finds the commons-logging of the tomcat root libraries and initializes there, where your special logger is not found. Include a commons-logg

Re: AW: AW: Log4j.xml setting for Hibernate not working

2009-11-16 Thread John2000
Thanks a lot Heri. I added jars and that solved the problem. thanks again. Bender Heri wrote: > > Hibernate uses the commons-logging framework. Your list of jars does not > include the commons-logging.jar. I guess that hibernate when loaded the > first time finds the commons-logging of the t