Re: cocoon ProgessService and Hibernate
Thorsten Scherler <[email protected]> Fri, 24 Apr 2015 23:05:28 +0200
| Newsgroups | gmane.text.xml.cocoon.user |
|---|---|
| Message-ID | <[email protected]> |
On 27/03/15 15:01, Hans-Heinrich Braun wrote: > > ------------------------------------------------------------------------ > *I am using cocoon 3.0 with Hibernate.* > *To enable Lazy Loading I insert in web.xml* > * > <filter> > <filter-name>lazyLoadingFilter</filter-name> > <filter-class>org.apache.cocoon.tools.rcl.wrapper.servlet.ReloadingServletFilter</filter-class> > <init-param> > <param-name>filter-class</param-name> > <param-value>org.springframework.orm.hibernate4.support.OpenSessionInViewFilter</param-value> > </init-param> > </filter> > <filter-mapping> > <filter-name>lazyLoadingFilter</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > * > *Which is Ok with a normal RestController.* > *But with ProgressService I get still the error* > * > * > * > org.hibernate.LazyInitializationException: could not initialize proxy > - no Session > when I use Lazy Loading > * How did you configure the session? salu2 > * > > Best regards > Heiner > * > -- Thorsten Scherler <thorsten.at.apache.org> codeBusters S.L. - web based systems <consulting, training and solutions> http://www.codebusters.es/