OpenSessionInView and LazyInitializationException

2008-05-07 Thread Tomasz Prus
I had such configuration: ?xml version=1.0 encoding=UTF-8? web-app id=WebApp_ID version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation= http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;

Re: OpenSessionInView and LazyInitializationException

2008-05-07 Thread Wouter Huijnink
You need to declare the opensessioninviewfilter *before* the wicket filter -- Wouter Huijnink Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: OpenSessionInView and LazyInitializationException

2008-05-07 Thread lars vonk
To be more precise: the opensessioninview filter's filter-mapping element needs to be declared before the wicket filter's filter-mapping element. Lars On Wed, May 7, 2008 at 2:35 PM, Wouter Huijnink [EMAIL PROTECTED] wrote: You need to declare the opensessioninviewfilter *before* the wicket