My application is currently configured to use the OpenSessionInView Filter in single session mode. Everything was working perfectly until I changed from the default hibernate transaction manager over to the Jboss implementation. For some reason it is creating a new session for each database access and closing the session.
This is resulting in LazyInitialization exceptions.
Is there an obvious configuration change I am missing when switching over to the Jboss container transactions?
Thanks.
Karl


Reply With Quote