[
https://issues.jboss.org/browse/JBIDE-12644?page=com.atlassian.jira.plugi...
]
Alexey Kazakov updated JBIDE-12644:
-----------------------------------
Description:
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....
was:
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]"
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....
--
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