I am getting the org.hibernate.LazyInitializationException while retrieving the records,
if i change to query
list = manager.createQuery("from ProjectObject as u join u.ProjectObject as
ProjectObject where (u.projectName = :projectName)").getResultList();
manager.getTransaction().commit();
Query Exception i am gettting...
Any solution for that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072948#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...