]
Ondrej Dockal closed JBIDE-26075.
---------------------------------
Verified in devstudio 12.9.0.GA-v20180928-1629-B3448.
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
Assignee: Jeff MAURY
Priority: Major
Fix For: 4.6.0.Final
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}