Struts2 Portlet and Hibernate lazy-loading

2008-05-09 Thread Parker Grimes
Hi, Since portlets cannot use servlet session filters like the Spring OpenSessionInViewFilter, what is the recommended approach to the Hibernate lazy-load issue with Struts2 portlets? The Spring Portlet MVC framework has the OpenSessionInViewInterceptor in conjunction with their HandlerMapping st

Re: Struts2 Portlet with custom interceptors

2008-04-16 Thread Parker Grimes
uration files. > > [1] - > http://struts.apache.org/2.x/docs/interceptors.html#Interceptors-OrderofInterceptorExecution > > Nils-H > > On Wed, Apr 16, 2008 at 9:46 PM, Parker Grimes <[EMAIL PROTECTED]> wrote: > > My interceptor is being called, but it appears that > > com

Re: Struts2 Portlet with custom interceptors

2008-04-16 Thread Parker Grimes
nd it looks to me like exceptions should > be propagated properly. Are you sure that the exception is not handled > somewhere else? From your logs, it appears that "error" is returned > somewhere along the chain. > > Nils-H > > On Wed, Apr 16, 2008 at 12:46 AM, Pa

Struts2 Portlet with custom interceptors

2008-04-15 Thread Parker Grimes
I am trying to implement a custom exception mapping interceptor to be used in my struts2 portlet. I implemented my own ExceptionMappingInterceptor class that is similar to com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor, the only difference is that I send an email with the exception