Hi,
I am managing my transaction using JTA in session beans which uses hibernate for data access. I am running in to problems while using lazy loading since hibernate sessions are not open in the ejb layer and i am getting LazyInitializationException.We have made lazy="false" for all our collection mappings to overcome this.
The old post in this form recommends to use session filter to manage the Hibernate sessions and my team believes that it is not a good programing practise to handle the Hibernate sessions in presentation layer.
Pls let me know do you have any other solutions to manage the external transactions from EJB to Hibernate.
Regards,
Hariharan.P
|