I have downloaded Hibernate, created a mapping file, and copied what I think (and README.txt indicated) is necessary to WEB-INF/lib of my webapp:
ant-1.6.2.jar
ant-antlr-1.6.2.jar
ant-junit-1.6.2.jar
ant-launcher-1.6.2.jar
antlr-2.7.4.jar
ant-swing-1.6.2.jar
cglib-full-2.0.2.jar
cleanimports.jar
commons-collections-2.1.1.jar
dom4j-1.5.2.jar
ehcache-1.1.jar
jaxen-1.1-beta-4.jar
jta.jar
versioncheck.jar
xml-apis.jar
I don't want to use Log4j and I don't have it in classpath, yet Hibernate ends up complaining as follows:
...
Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Logger
at org.hibernate.tuple.PojoTuplizer.<clinit>(PojoTuplizer.java:42)
...
This happens with Sysdeo's Tomcat plugin in Eclipse as well as when Tomcat is started as a service.
Could you make a hint what else should I check PLZ?