You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2019/07/22 08:33:00 UTC

[jira] [Updated] (OWB-1295) OWB JSF ConversationAwareViewHandler fails without active SessionContext

     [ https://issues.apache.org/jira/browse/OWB-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Andraschko updated OWB-1295:
-----------------------------------
    Description: 
JSF does not always force to have a active session and ConversationAwareViewHandler is always active for every request
- if a session is active but no active conversation -> OWB creates a empty conversation
- if a session is not active -> OWB throws a ContextNotActiveException

this will fix both

> OWB JSF ConversationAwareViewHandler fails without active SessionContext
> ------------------------------------------------------------------------
>
>                 Key: OWB-1295
>                 URL: https://issues.apache.org/jira/browse/OWB-1295
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 2.0.11
>            Reporter: Thomas Andraschko
>            Assignee: Thomas Andraschko
>            Priority: Major
>             Fix For: 2.0.12
>
>
> JSF does not always force to have a active session and ConversationAwareViewHandler is always active for every request
> - if a session is active but no active conversation -> OWB creates a empty conversation
> - if a session is not active -> OWB throws a ContextNotActiveException
> this will fix both



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)