Christophe Chisogne created DELTASPIKE-1293:
-----------------------------------------------

             Summary: CDI qualifiers support for JSF converters
                 Key: DELTASPIKE-1293
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1293
             Project: DeltaSpike
          Issue Type: Improvement
          Components: JSF-Module
    Affects Versions: 1.7.2
            Reporter: Christophe Chisogne


The CDI support for JSF converters is working well when the converter is not 
using qualifier annotations. When using qualifier annotations like {{@Named}} 
in {{<f:converter binding=.../>}}, the CDI extension adds a bean correctly but 
can't resolve it.

The resolution in {{ManagedArtifactResolver#getContextualReference()}} simply 
does not take qualifiers into account: {{Set<Bean<?>> beans = 
beanManager.getBeans(type);}}





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to