Hi,
I am working on Hibernate Objis tutorial located on this link "http://www.objis.com/formation-java/tutoriel-hibernate-premiere-application.html" but I have the following error message :
SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Echec création sessionfactory : org.hibernate.HibernateException: Could not parse configuration: /hibernate.cfg.xml Exception in thread "main" java.lang.ExceptionInInitializerError at com.tutorial.hibernate.simple.util.HibernateUtil.<clinit>(HibernateUtil.java:18) at com.tutorial.hibernate.test.TestHibernate.main(TestHibernate.java:14)
==> the defect is related to the parsing xml file. I don't have used the maven but I integrated all librairies in my project.
Regards,
|