I\'m upgrading my Hibernate to the latest version. With my old HibernateUtil.java I had no problems but when upgrading it, the SessionFactory doesn\'t seem to c
HibernateUtil.java
The issue seems to be already solved in Hibernate version 4.3.5 .
sessionFactory.close();
works in my program.