I'm just trying to learn Hibernate (version 4 final) but I have a problem when trying to create the session factory. Here is some code related to the problem:
full error log:
Exception in thread "main" java.lang.NoSuchMethodError: org.jboss.logging.Logger.getMessageLogger(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Object;
at org.hibernate.cfg.Configuration.<clinit>(Configuration.java:192)
at DAO.bdDAO.createSessionFactory(bdDAO.java:16)
at DAO.CategorieTechnicienDAO.Add(CategorieTechnicienDAO.java:21)
at DAO.CategorieTechnicienDAO.main(CategorieTechnicienDAO.java:71)
the libraries (.jar)