RE: OpenSessionExecuteAndWait vs. OpenSessionInViewFilter

2009-06-30 Thread XieCharles
30 Jun 2009 02:02:05 -0400 > From: d...@newfield.org > To: user@struts.apache.org > Subject: Re: OpenSessionExecuteAndWait vs. OpenSessionInViewFilter > > XieCharles wrote: > > The hibernateandspringenabledexecuteandwaitinterceptor is just the > > OpenSessionExecuteAndWait

RE: OpenSessionExecuteAndWait vs. OpenSessionInViewFilter

2009-06-29 Thread XieCharles
teAndWait vs. OpenSessionInViewFilter > > XieCharles wrote: > > the OpenSessionExecuteAndWaitInterceptor cannot work with the > > OpenSessionInViewFilter well. Is there any piece of code about how to > > use these two components correc

OpenSessionExecuteAndWait vs. OpenSessionInViewFilter

2009-06-29 Thread XieCharles
The Spring's OpenSessionInViewFilter has already applied in my struts2 project, and I am about to use the ExecuteAndWaitInterceptor, so I put the OpenSessionExecuteAndWaitInterceptor which extends the struts' original ExecuteAndWaitInterceptor at last of the interceptor stack(see Struts2 cookbo