Så her er løsningen.
Udskift
<hibernate-configuration
xmlns="https://www.hibernate.org/xsd/hibernate-configuration"
xsi:schemaLocation="https://www.hibernate.org/xsd/hibernate-configuration hibernate-configuration-4.0.xsd"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
med
<hibernate-configuration>
og tilføje nedenstående kode øverst i filen.
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"https://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
Udskift også <mapping resource=...> i konfigurationsfilen til <mapping class=...>