0 Replies Latest reply on Oct 7, 2005 1:28 PM by lazybeans

    how do i get lazy loading to work from a web or app client?

    lazybeans

      hi guys,
      I turned on lazy loading for an entity bean onetomany relationship, but as predicted the session gets closed so I can't lazy load from a detached entity bean. Is there something like the open in session filter like hibernate? How many ways are there to achieve this for a web client and a normal application client?