[cdi-dev] [JBoss JIRA] Created: (CDI-152) Access the the web.xml from CDI extensions

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Sep 6 16:05:27 EDT 2011


Access the 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: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list