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

Re: Struts2 Portlet with custom interceptors

2008-04-16 Thread Parker Grimes
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, Parker Grimes [EMAIL PROTECTED] wrote: I am trying to implement a custom exception mapping

Re: Struts2 Portlet with custom interceptors

2008-04-16 Thread Parker Grimes
-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.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor is still being called before my interceptor, despite having my

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