ejb « Load « JPA Q&A





1. Lazy Loading problem from EJB->Hibernate    forum.hibernate.org

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 ...