Error added: 2008-09-18T10:34:36Z
Add ....../test/slf4j-log4j12.jar too
both the answers does not works for me ... i added \"slf4j-log4j12.jar\" and \"log4j.jar\" to my project... still i get the same error
I was able to solve this problem by adding the slf4j-api-1.6.1-sources.jar in classpath. Note i was using the older version of this jar slf4j-api-1.5.8.jar which came with hibernate package.
Mixing mixing different versions of slf4j artifacts can cause problems. For example, if you are using slf4j-api-1.6.1.jar, then you should also use slf4j-simple-1.6.1.jar, using slf4j-simple-1.5.5.jar will not work.
Also add log4j.jar in that directory above.
DONT\' USE slf4j
Add both the slf4-api and slf4-{simple,nop,etc} jars to the path.
yes this worked
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: