Hi I am new to Hibernate.
I am using Hibernate 3.6 with Spring 3.0.5 on JBoss but I get this information whenever I navigate the pages
Quote:
throwable from unregister connection: java.lang.IllegalStateException: Trying to return an unknown connection2
From JBoss community I get the solution that I need to change the context session in Hibernate to remove the message. In my case I should configure the hibernate.current_session_context_class parameter. There is only a persistence.xml in my project and it seems the configuration is not supposed to be in that file. Where should I change the context session class in Hibernate?