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

Isaac Rooskov (JIRA) jira-events at lists.jboss.org
Sun Sep 23 21:56:34 EDT 2012


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

Isaac Rooskov updated JBIDE-12644:
----------------------------------

    Release Notes Docs Status: Not Required
                       Writer: irooskov


Marking release note field as not required as this issue will be captured in the documenting of the main task.
                
> 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