[jbossseam-issues] [JBoss JIRA] Reopened: (JBSEAM-1887) Session timeout results in javax.faces.application.ViewExpiredException

Jacob Orshalick (JIRA) jira-events at lists.jboss.org
Mon Oct 15 17:17:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1887?page=all ]

Jacob Orshalick reopened JBSEAM-1887:
-------------------------------------

             
The ViewExpiredException occurs during the RESTORE_VIEW phase, but the conversation-required does not appear to be checked by the SeamPhaseListener until after the RESTORE_VIEW phase has executed. Thus, the ViewExpiredException has already been thrown due to the session timeout.

I am currently using the Seam exception handling to simply redirect to the appropriate location should a ViewExpiredException occur, but this of course causes an error to be logged (not preferable).

> Session timeout results in javax.faces.application.ViewExpiredException
> -----------------------------------------------------------------------
>
>                 Key: JBSEAM-1887
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1887
>             Project: JBoss Seam
>          Issue Type: Bug
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Jacob Orshalick
>         Assigned To: Pete Muir
>             Fix For: 2.0.0.CR1
>
>
> If the session times out, JSF throws a ViewExpiredException during the RESTORE_VIEW phase.  The issue is described in more detail at the JBoss Form Reference.  An example can be provided if required.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list