CodiUtils must not use internal Context methods to access CDI bean instances
----------------------------------------------------------------------------

                 Key: EXTCDI-78
                 URL: https://issues.apache.org/jira/browse/EXTCDI-78
             Project: MyFaces CODI
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.9.1
            Reporter: Mark Struberg
            Priority: Critical


We currently access CDI methods in our CodiUtils which are only meant to be 
used in 'hardcore' extensions. 
Instead of directly getting contextual instances from the single Contexts we 
must always use BeanManager.getReference() to resolve contextual references 
instead.


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