Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2
Habe ein sehr seltsames Problem. Und zwar funktioniert meine Anwendung nur, wenn ich online bin, also mein Programm Zugriff auf das Internet hat. Sobald ich die Verbindung trenne hagelt es Fehlermeldungen:
Quote:
javax.servlet.ServletException: Servlet execution threw an exception
Quote:
org.hibernate.MappingException: Could not read mappings from resource: hibernateproject/Employee.hbm.xml
Quote:
java.lang.NoClassDefFoundError
Quote:
org.hibernate.util.DTDEntityResolver -unable to locate [http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd] on classpath
Quote:
ERROR hibernateproject.HibernateUtil - Building SessionFactory failed.
Also wie gesagt, er kann plötzlich keine Mappings mehr finden und auch nicht die DTD-Dateien. Jemand ne Ahnung wie ich das Problem beheben kann?