MarcosAntonioPS wrote:
I think that my version of Hibernate is using commons-logging-1.0.4.jar because it is in my classpath and Log4j is not. So, how should I proceed?
Thank you.
[/quote]
the commons-logging library file allows you to specify a logging variable to use. it is then typical of java applications to use log4j to configure the logging settings.
I think hibernate comes with the log4j jar, but if it doesn't, just d/l it, put it on your classpath, then make a file called "log4j.properties" which must be in a source folder.
you should be able to find a standard configuration for the log4j.properties file online, if you can't, I can post mine here :)