[ 
https://issues.apache.org/jira/browse/MYFACES-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13664152#comment-13664152
 ] 

Leonardo Uribe commented on MYFACES-3727:
-----------------------------------------

This does not seems to be a MyFaces Core bug. ConversationManager class does 
not exists. Check first which package belongs the class.
                
> ConversationManager.hasConversationContext buggy
> ------------------------------------------------
>
>                 Key: MYFACES-3727
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3727
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>            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

Reply via email to