You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jarek (JIRA)" <de...@myfaces.apache.org> on 2013/05/22 20:56:19 UTC

[jira] [Created] (ORCHESTRA-62) ConversationManager.hasConversationContext buggy

Jarek created ORCHESTRA-62:
------------------------------

             Summary: ConversationManager.hasConversationContext buggy
                 Key: ORCHESTRA-62
                 URL: https://issues.apache.org/jira/browse/ORCHESTRA-62
             Project: MyFaces Orchestra
          Issue Type: Bug
          Components: Conversation
            Reporter: Jarek


The method says:

hasConversationContext() {
        return getCurrentConversationContext() == null;
}

should rather be the opposite -
!= null

... 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira