-
hibernate (3 messages)
- Posted by: satish kumar
- Posted on: October 03 2008 01:27 EDT
Hi friends, I am practising hibernate with manning. In chapter2 it is giving some problem. I'm not able to get it. SLF4J: Failed to load class "org.slf4j.impl.staticLoggerBinder". I included the log4j.jar in the hibernate lib folder. Any Help is appreciated. Thanks sathish.g.Threaded Messages (3)
- Re: hibernate by D D on October 03 2008 02:47 EDT
- Re: hibernate by satish kumar on October 07 2008 03:47 EDT
- slf4j by Gennady Shumakher on October 13 2008 01:19 EDT
- Re: hibernate by satish kumar on October 07 2008 03:47 EDT
-
Re: hibernate[ Go to top ]
- Posted by: D D
- Posted on: October 03 2008 02:47 EDT
- in response to satish kumar
Sathish, Make sure slf4j-api-XXX.jar and slf4j-jcl-XXX.jar are in your Java classpath. Cheers Diwakar -
Re: hibernate[ Go to top ]
- Posted by: satish kumar
- Posted on: October 07 2008 03:47 EDT
- in response to D D
Hi, Thanks for the reply. I checked the "lib" folder that came with the hibernate distribution. I found only one library i.e. with name slf4j-api-1.5.2.jar. I am not able to found slf4j-jcl-XXX.jar, where it is available. Thanks & Regards, sathish.g. -
slf4j[ Go to top ]
- Posted by: Gennady Shumakher
- Posted on: October 13 2008 01:19 EDT
- in response to satish kumar
You can download slf4j from: http://www.slf4j.org/dist/slf4j-1.5.2.zip Unzip it and depending on your logging preference put one of log wrapper implementations into your lib folder (i.e. for log4j take slf4j-log4j12-1.5.2.jar or slf4j-jdk14-1.5.2.jar for jdk logging).