Hibernate Setup
Follow instructions from web page
When using Tomcat, the xml configuration files can go in /WEB-INF/classes
Lots of libraries that need to be deployed along with the build hibernate.jar. To find out which ones, read lib/README.txt that comes with the hibernate distribution.
Troubleshooting
java.lang.NoClassDefFoundError: net/sf/cglib/core/KeyFactory
Missing cglib-full-2.0.1.jar
Published: Thursday, 22 July 2004

