java.lang.ClassNotFoundException: org.hibernate.service.jta.platform.JtaPlatform.spi.JtaPlatform
Since Hibernate 4.3.x, the
Modify your Pom.xml and add theses dependencies:
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:
merci c est utile
RépondreSupprimer