Vì vậy, đây là giải pháp.
Thay thế
<hibernate-configuration
xmlns="http://www.hibernate.org/xsd/hibernate-configuration"
xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-configuration hibernate-configuration-4.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
với
<hibernate-configuration>
và thêm mã bên dưới vào đầu tệp.
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
Cũng trong tệp cấu hình, hãy thay thế <mapping resource=...>
tới <mapping class=...>