On Wed, Feb 18, 2009 at 8:40 AM, gade anudeep <[email protected]> wrote: > > When i checked tomcat logs..i think its falling error while its > creating session(hibernate) from service.Please guide me in this.. > > > > [ERROR] Could not initialize class org.hibernate.impl.SessionFactoryImpl > java.lang.NoClassDefFoundError: Could not initialize class > org.hibernate.impl.SessionFactoryImpl > at > org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1043)
You need to add all the hibernate jars and dependencies to you WEB-INF/lib dir. - R
