Is it reasonable to expect that my web app which worked fine with Hibernate 3.0.2 jar file would not work with Hibernate 3.1.3 jar file?
After simply swapping out the jar files Hibernate can't seem to find my hbm.xml files anymore.
I thought I might need to update the configuration and mapping dtd's but that didn't make any differnece either. :(
I really was looking forward to the many to one lazy fix in 3.1.3 .
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt: