On 3/11/08, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote: > > Hi! > > I'm using wicket with hibernate and spring. In my web.xml I have > OpenEntityManagerInViewFilter. But when trying to add a dataview to my > wicket page I get the org.hibernate.LazyInitializationException: could not > initialize proxy - the owning Session was closed. Anyone?
Are you using a detachable model or is the entity being stored with the page (serialized)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
