jsf2 scopes should be mapped to cdi scopes automatically
--------------------------------------------------------

                 Key: EXTCDI-67
                 URL: https://issues.apache.org/jira/browse/EXTCDI-67
             Project: MyFaces CODI
          Issue Type: New Feature
          Components: JEE-JSF20-Module
            Reporter: Gerhard Petracek


mapping:

javax.faces.bean.ApplicationScoped -> javax.enterprise.context.ApplicationScoped
javax.faces.bean.SessionScoped ->  javax.enterprise.context.SessionScoped
javax.faces.bean.RequestScoped -> javax.enterprise.context.RequestScoped

javax.faces.bean.ManagedBean -> javax.inject.Named

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to