classpath « cfg « JPA Q&A





1. package org.hibernate.cfg does not exist import org.hibernate.cfg.Configuration;    stackoverflow.com

I'm using hibernate & I got this error during compilation,so plz help me

package org.hibernate.cfg does not exist
   import org.hibernate.cfg.Configuration;

3. Jboss classpath issue - /hibernate.cfg.xml not found    forum.hibernate.org

Newbie Joined: Tue Apr 11, 2006 3:52 am Posts: 2 hibernate.cfg.xml mysteriously stopped loading after working well for 1 month. It was located in the class path root /WEB-INF/classes. tried resources, hibernate package, web root, WEB-INF. None worked except web root (of struts context). All other parts of the app work but its like hibernate does no know the classpath to ...