You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/07/22 23:21:47 UTC

[jira] Updated: (GERONIMO-605) ServletContext parameters are not visible in ServletContextListener.contextInitialized()

     [ http://issues.apache.org/jira/browse/GERONIMO-605?page=all ]

David Jencks updated GERONIMO-605:
----------------------------------

    Fix Version: 1.0-M5
    Description: 
ServletContext parameters are not visible in ServletContextListener.contextInitialized()

To test create a ServletContextListener with the method
public void contextInitialized(ServletContextEvent e) that scans through
  e.getServletContext().getInitParameterNames();

Make sure your web.xml file has <context-param> ...

  was:
ServletContext parameters are not visible in ServletContextListener.contextInitialized()

To test create a ServletContextListener with the method
public void contextInitialized(ServletContextEvent e) that scans through
  e.getServletContext().getInitParameterNames();

Make sure your web.xml file has <context-param> ...

    Environment: 

> ServletContext parameters are not visible in ServletContextListener.contextInitialized()
> ----------------------------------------------------------------------------------------
>
>          Key: GERONIMO-605
>          URL: http://issues.apache.org/jira/browse/GERONIMO-605
>      Project: Geronimo
>         Type: Bug
>   Components: web
>     Versions: 1.0-M3
>     Reporter: Archimedes Trajano
>      Fix For: 1.0-M5

>
> ServletContext parameters are not visible in ServletContextListener.contextInitialized()
> To test create a ServletContextListener with the method
> public void contextInitialized(ServletContextEvent e) that scans through
>   e.getServletContext().getInitParameterNames();
> Make sure your web.xml file has <context-param> ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira