]
Brian Leathem updated CDI-152:
------------------------------
Summary: Access the web.xml from CDI extensions (was: Access the the web.xml from CDI
extensions)
Access the web.xml from CDI extensions
--------------------------------------
Key: CDI-152
URL:
https://issues.jboss.org/browse/CDI-152
Project: CDI Specification Issues
Issue Type: Feature Request
Reporter: Brian Leathem
Currently it is not possible to access the web.xml file from CDI extensions in a portable
way, since the ServletContext is not available from CDI extensions (at least in EE
enviroments).
I filed a Servlet spec issue to make the web.xml file accessible, prior to the the
ServletContext being initialized:
http://java.net/jira/browse/SERVLET_SPEC-9
Perhaps as an alternative solution, CDI could do something to delay CDI extensions from
loading until the ServletContext is available? Since this is the case for Servlet
environments, would it not be acceptable for EE environments as well?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: