You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Joe Bergmark (JIRA)" <ji...@apache.org> on 2009/10/14 23:26:31 UTC

[jira] Updated: (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 ]

Joe Bergmark updated OWB-142:
-----------------------------

    Attachment: OWB-142.txt

This patch worked in my environment.  It may be too far reaching as it adds the qualifier if none exists anytime getQualifierAnnotations is called on AnnotationUtils.

> 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: 1.0.0
>
>         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.