If you have code thats misbehaving, the quickest way to a solution is to provide:
- your mapping document(s)
- the code between sessionFactory.openSession() and session.close()
- a TRACE level Hibernate log (see the FAQ for instructions on enabling logging)
- *the version of hibernate you're using*
Another suggestion, there is no direct link in this page to the FAQs from the forum page. It may be added in http://www.hibernate.org/Documentation/HibernateUsersFAQ
Emmanuel