0 Replies Latest reply on Aug 10, 2007 6:08 AM by deepasenthil

    org.hibernate.LazyInitializationException

    deepasenthil

      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.