Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: NHibernate 1.2
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?
I'm testing NHibernate 1.2 and don't know how to set up current session context. I searched for examples and also tried with <property name="hibernate.current_session_context_class">thread</property>, but could not make it work.
Can anyone drop a hint? Many thanks
Read this:
http://hibernate.org/42.html