Thanks for this hint. 

 The Spring API doc says:

"If set to "false", each data access operation or transaction will use its own 
session (like without Open Session in View). Each of those sessions will be 
registered for deferred close, though, actually processed at request 
completion."
http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/orm/hibernate3/support/OpenSessionInViewFilter.html#setSingleSession(boolean)

I don't understand who sessions are opened with this setting. 




----- Ursprüngliche Mail ----
> Von: James Carman <jcar...@carmanconsulting.com>
> An: users@wicket.apache.org
> Gesendet: Mittwoch, den 6. Mai 2009, 20:34:27 Uhr
> Betreff: Re: Lazy Open Session In View with AOP
> 
> You can try using the filter, just set the singleSession property to false.




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

Reply via email to