bmoraillon wrote:
Hi,
How can i open hibernate session with executeAndWait interceptor ?

In fact OpenSessionInViewFiltered is not called before and i get
a session closed error...

Filters execute in the order the filter-mapping elements appear in your web.xml. Make sure the mapping for the open-session-in-view filter comes first.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to