HHH90000003: Use of DOM4J entity-mode is considered deprecated
Description
Activity
Show:

Stijn Geukens June 22, 2016 at 9:27 AM
Thanks, when will 5.1.1.Final be released?
Andrei Ivanov June 17, 2016 at 1:59 PM
I think this was fixed 3 days ago in

Stijn Geukens June 17, 2016 at 12:53 PM
Same for me, using 5.1.0.Final:
WARN org.hibernate.orm.deprecation - HHH90000003: Use of DOM4J entity-mode is considered deprecated
Can this issue be reopened?

Lars Helge Øverland April 29, 2016 at 4:04 PM
We are still seeing this issue during startup of our app on Tomcat:
WARN 2016-04-29 17:28:25,580 HHH90000003: Use of DOM4J entity-mode is considered deprecated (ModelBinder.java)
Hibernate core version: 5.1.0.Final
Hibernate validator version: 4.3.2.Final
SLF4J version: 1.6.6

Cedomir Igaly October 5, 2015 at 1:31 PM
There is similar bug in CompositeIdentifierSingularAttributeSourceManyToOneImpl . Element key-many-to-one can not contain 'node' attribute so getXmlNodeName should return null instead of keyManyToOneElement.getName().
I get warnings like this since 5.0.1:
09:58:05,669 WARN deprecation:2441 - HHH90000003: Use of DOM4J entity-mode is considered deprecated
09:58:05,669 DEBUG ModelBinder:2538 - Mapped property: id -> [id]
09:58:05,679 WARN deprecation:2441 - HHH90000003: Use of DOM4J entity-mode is considered deprecated
09:58:05,679 DEBUG ModelBinder:2538 - Mapped property: quantity -> [quantity]
I don't know why. The warning is not very specific.
see https://hibernate.atlassian.net/browse/HHH-9882 for the first notice about this.