[jbosstools-issues] [JBoss JIRA] (JBIDE-12644) Weld extension: @Parameters

Rastislav Wagner (JIRA) issues at jboss.org
Mon Mar 31 09:56:13 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-12644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rastislav Wagner closed JBIDE-12644.
------------------------------------



Verified in JBDS 8.0.0 Beta1-v20140330-1929-B79
                
> Weld extension: @Parameters
> ---------------------------
>
>                 Key: JBIDE-12644
>                 URL: https://issues.jboss.org/browse/JBIDE-12644
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: cdi-extensions
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 4.0.0.Alpha2
>
>
> 1. Create a CDI project with weld-se 1.1 jars in the class path.
> 2. Create the following class:
> {code}
> public class TestBean {
>     @Inject @Parameters List<String> parameters;
> }
> {code}
> 3. There should not be a problem on the injection: "No bean is eligible for injection to the injection point [JSR-299 §5.2.1]"
> See http://docs.jboss.org/weld/reference/1.1.5.Final/en-US/html/environments.html#weld-se

--
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