lundi 2 mai 2016

java.lang.ClassNotFoundException: org.hibernate.service.jta.platform.JtaPlatform.spi.JtaPla

java.lang.ClassNotFoundException: org.hibernate.service.jta.platform.JtaPlatform.spi.JtaPlatform

Since Hibernate 4.3.x, the JtaPlatform class is refactored to a new package. To resolve this exception downgrade Hibernate to 4.2.x or older, or upgrade the Spring framework.

Modify your Pom.xml and add theses dependencies:


1 commentaire: