तो ये रहा समाधान।
बदलें
<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">
. के साथ
<hibernate-configuration>
और फ़ाइल के शीर्ष पर नीचे कोड जोड़ें।
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
इसके अलावा कॉन्फिग फाइल में <mapping resource=...>
. को बदलें करने के लिए <mapping class=...>