You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2010/09/14 11:50:32 UTC

[jira] Created: (EXTCDI-52) names for beans provided by codi should be defined centrally

names for beans provided by codi should be defined centrally
------------------------------------------------------------

                 Key: EXTCDI-52
                 URL: https://issues.apache.org/jira/browse/EXTCDI-52
             Project: MyFaces CODI
          Issue Type: Improvement
          Components: Core, JEE-BV1-Module, JEE-JSF12-Module, JEE-JSF20-Module, JSE-Message
            Reporter: Gerhard Petracek


every module which produces beans with the @Named qualifier should use an interface called BeanNames in the corresponding api module (root of the api package) which contains these bean-names.

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


[jira] Resolved: (EXTCDI-52) names for beans provided by codi should be defined centrally

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTCDI-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTCDI-52.
------------------------------------

    Resolution: Fixed

> names for beans provided by codi should be defined centrally
> ------------------------------------------------------------
>
>                 Key: EXTCDI-52
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-52
>             Project: MyFaces CODI
>          Issue Type: Improvement
>          Components: Core, JEE-BV1-Module, JEE-JSF12-Module, JEE-JSF20-Module, JSE-Message
>            Reporter: Gerhard Petracek
>
> every module which produces beans with the @Named qualifier should use an interface which extends the marker interface BeanNames in the corresponding api module (root of the api package) which contains these bean-names. (if a bean is just an implementation of an impl. specific spi, the bean-name is placed in an interface (which extends BeanNames) which has to be in the impl. module)

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