Ok, I have created the hibernate config file and connected to the db ok. Then I made a console configuration and then generated the java classes - no problems. But in the hibernate console, in the left window where there are icons for Configuration, Session Factory and Database - the Configuration is empty. And clicking on hibernate entity model window at the bottom is empty. The model has already been generated, why is this?
Hibernate version: 3.2.1
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:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html