Skip navigation.

Posts tagged with "hibernate"

The element type "property" must be terminated by the matching end-tag ""

, ,

The exception you might get is:

Caused by: org.dom4j.DocumentException: Error on line 55 of document : The element type "property" must be terminated by the matching end-tag "". Nested exception: The element type "property" must be terminated by the matching end-tag "".



This means one thing: YOUR HIBERNATE MAPPING FILES HAVE A WRONG SYNTAX. Recheck them!

Good luck!