On Wed, Aug 26, 2009 at 6:30 PM, Dane Laverty<danelave...@gmail.com> wrote:
> As I understand it, the LazyInitializationException is thrown because the
> Hibernate session closes after I call EntityDao.load(). But if that's the
> problem, then why should an LDM help? Won't the Hibernate session close
> again as soon as the LDM's load() is called?

google OpenSessionInViewFilter, it keeps the hibernate session open
for the entire request.

-igor

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to