Error message java.lang.NoClassDefFoundError: org/hibernate/util/DTDEntityResolver
This error message came up when deploying Libreplan 1.4.1 from a new build. It seems to be related to a version mismatch between hibernate (4.3.4) and annotations (3.5.6-Final). Hibernate 4.3.4 seems not to need annotations anymore - I have removed this part from the main pom.xml file, and the errors have disappeared.
This commit is contained in:
parent
5b7f751cf1
commit
94e33544fe
1 changed files with 0 additions and 5 deletions
5
pom.xml
5
pom.xml
|
|
@ -235,11 +235,6 @@
|
|||
<artifactId>hibernate-core</artifactId>
|
||||
<version>4.3.4.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-annotations</artifactId>
|
||||
<version>3.5.6-Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-ehcache</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue