users@glassfish.java.net

Re: ViewExpiredException not caught by handler

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Thu, 30 Aug 2007 09:20:39 -0700

Jan.Luehe_at_Sun.COM wrote:
> glassfish_at_javadesktop.org wrote:
>
>> I am running "Sun Java System Application Server Platform Edition
>> 9.0_01 (build b02-p01)" on CentOS, and in my web.xml for the web app
>> I have
>> <error-page>
>>
>> <exception-type>javax.faces.application.ViewExpiredException</exception-type>
>>
>> <location>/login.jsf</location>
>> </error-page>
>>
>>
>
> Can you check if you are experiencing:
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=3489
I don't believe that will be the case. ViewExpiredException is a
FacesException,
so it won't be wrapped.

>
>
> Jan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>