Hi There
I am experiencing lazy initialisation exceptions in my jms layer so in my front end I have a button and when the user hits the button i queue the request and then when I process the request I want to be able to hit the database I have used the open session in view filter so when the filter is done it closes the session but I need the session to be open inorder to access the entities in my db in the jms layer Any hlep would be appreciated
Cheers
Priya