Cody Lerum created JBIDE-26075:
----------------------------------
Summary: Support FacesContext Injection
Key: JBIDE-26075
URL:
https://issues.jboss.org/browse/JBIDE-26075
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi, jsf
Affects Versions: 4.5.3.Final
Environment: JSF 2.3
Reporter: Cody Lerum
JSF 2.3 now produces various beans for CDI
https://arjan-tijms.omnifaces.org/p/jsf-23.html#1316
However currently the following gives a
No bean is eligible for injection to the injection point [JSR-365 ยง5.2.2]
{code}
@Inject
private FacesContext facesContext;
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)