Bonjour,
Je suis en train de développer une application JEE avec Spring et Hibernate mais quand je remplis le fichier applicationcontext.xml, cette erreur s'affiche
Quelqu'un saurait-il m'indiquer comment résoudre ce problème ?Grave: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.orm.hibernate3.LocalSessionFactoryBean]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuration
Merci d'avance pour votre aide.
Partager