Alexey Kazakov created JBIDE-12644:
--------------------------------------
Summary: 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
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]"
--
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