[jbosstools-issues] [JBoss JIRA] (JBIDE-12518) JBDS shows "false" "no bean is eligible" warnings for WELD

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Aug 30 16:41:32 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714952#comment-12714952 ] 

Alexey Kazakov edited comment on JBIDE-12518 at 8/30/12 4:40 PM:
-----------------------------------------------------------------

2) @Parameters String[] paramsArray
3) @Inject BoundRequestContext boundRequestContext;
@Parameters and BoundRequestContext are weld extensions which are not supported by CDI Tools yet. CDI Tools supports only JSR-299, some Seam 3 and DeltaSpike extensions.
I will create a new feature request for Weld extensions.
                
      was (Author: akazakov):
    2) @Parameters String[] paramsArray
@Parameters is a weld extension which is not supported by CDI Tools yet. CDI Tools supports only JSR-299, some Seam 3 and DeltaSpike extensions.
I will create a new feature request for Weld extensions.
                  
> JBDS shows "false" "no bean is eligible" warnings for WELD
> ----------------------------------------------------------
>
>                 Key: JBIDE-12518
>                 URL: https://issues.jboss.org/browse/JBIDE-12518
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI, CDI extensions
>            Reporter: Shay Matasaro
>            Assignee: Alexey Kazakov
>
> JBDS shows WELD "no bean is eligible"
>  warnings that are not correct in the following situations:
> 1) Taking Class A and Class B, and where B is marked as @Alternative , and injected into A. 
> 2)  @Parameters String[] paramsArray
> 3) @Inject BoundRequestContext boundRequestContext; 
> 4) @Inject BoundSessionContext boundSessionContext;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list