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/10/15 22:25:31 UTC

[jira] Closed: (OWB-142) If an injection point declares no qualifier, then @Default should be assumed.

     [ https://issues.apache.org/jira/browse/OWB-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu closed OWB-142.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0.0)
                   M4

Patch is applied. Thanks Joe Bergmark.

> If an injection point declares no qualifier, then @Default should be assumed.
> -----------------------------------------------------------------------------
>
>                 Key: OWB-142
>                 URL: https://issues.apache.org/jira/browse/OWB-142
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Injection and Lookup
>    Affects Versions: 1.0.0
>            Reporter: Joe Bergmark
>            Assignee: Gurkan Erdogdu
>             Fix For: M4
>
>         Attachments: OWB-142.txt
>
>
> Injection only seems to occur when defined like:
> @Inject @Default MyBean bean;
> but not for 
> @Inject MyBean bean;
> which should be identical.

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