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

Gerhard Petracek commented on MYFACES-3741:
-------------------------------------------

then you just have to register the scope via:

    public void registerFlowScoped(@Observes BeforeBeanDiscovery 
beforeBeanDiscovery)
    {
        beforeBeanDiscovery.addScope(FlowScoped.class, true, true);
    }

(+ please file a jsf 2.2 spec. issue)
                
> Implement CDI Flow Scope
> ------------------------
>
>                 Key: MYFACES-3741
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3741
>             Project: MyFaces Core
>          Issue Type: Sub-task
>          Components: JSR-344
>            Reporter: Leonardo Uribe
>
> Implement CDI Flow Scope and add the necessary integration points into the 
> implementation.

--
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