Well unfortunately the mapping file is refering to the 3.0 DTD
Code:
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<hibernate-mapping package="com.sbs.salesstrat.xml.info">
<class name="XmlDivPlantInfo" table="CustomerLocation" node="XmlDivPlantInfo">
<composite-id node="id">
<key-property name="customerId" column="CustomerID" type="java.lang.String" />
<key-property name="locationId" column="LocationID" type="java.lang.String" />
</composite-id>
...
...