Thank you for answering.
Yes, the project is built and the only error I get is a ClassNotFoundException on the first declared entity in the hibernate.cfg.xml.
I even tried to make a custom classpath with the required stuffs only : same problem.
Here is the error: (xxx is my class)
Code:
org.hibernate.console.HibernateConsoleRuntimeException: Could not load AnnotationConfiguration
Could not load AnnotationConfiguration
org.hibernate.MappingException: Unable to load class declared as <mapping class="xxx"/> in the configuration:
Unable to load class declared as <mapping class="xxx"/> in the configuration:
org.hibernate.MappingException: Unable to load class declared as <mapping class="xxx"/> in the configuration:
Unable to load class declared as <mapping class="xxx"/> in the configuration:
java.lang.ClassNotFoundException: xxx
xxx
Thanks,
Aymeric