You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gurkan Erdogdu (JIRA)" <ji...@apache.org> on 2009/06/19 22:46:07 UTC

[jira] Created: (OWB-102) Initializer Methods Validation for Generic Methods

Initializer Methods Validation for Generic Methods
--------------------------------------------------

                 Key: OWB-102
                 URL: https://issues.apache.org/jira/browse/OWB-102
             Project: OpenWebBeans
          Issue Type: Improvement
    Affects Versions: M2
            Reporter: Gurkan Erdogdu
            Assignee: Gurkan Erdogdu
             Fix For: M3


If a generic method of a bean is annotated @Initializer, the container automatically detects the problem and treats it as a
definition error, as defined in Section 12.4, "Problems detected automatically by the container".

Currently initializer methods are defined in the class DefinitionUtil # defineInjectedMethods. Update validation logic here.

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


[jira] Updated: (OWB-102) Initializer Methods Validation for Generic Methods

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu updated OWB-102:
-------------------------------

    Fix Version/s:     (was: M3)
                   M4

Fixed to M4

> Initializer Methods Validation for Generic Methods
> --------------------------------------------------
>
>                 Key: OWB-102
>                 URL: https://issues.apache.org/jira/browse/OWB-102
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: M2
>            Reporter: Gurkan Erdogdu
>            Assignee: Gurkan Erdogdu
>             Fix For: M4
>
>
> If a generic method of a bean is annotated @Initializer, the container automatically detects the problem and treats it as a
> definition error, as defined in Section 12.4, "Problems detected automatically by the container".
> Currently initializer methods are defined in the class DefinitionUtil # defineInjectedMethods. Update validation logic here.

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