In Eclipse I produce the hbm.xml file automatically using db browser. When I deploy my project there is the following exception printed on the console:</p>
Could not parse mapping document from resource. hbm.xml.
When I modified the hibernate-configuration PUBLIC
in hbm.xml to be hibernate-mapping PUBLIC
there is no exception. Why? What's the difference between the two?