ServletContextListeners are not initialized (contextInitialized not called)
---------------------------------------------------------------------------

                 Key: PAXWEB-62
                 URL: http://issues.ops4j.org/jira/browse/PAXWEB-62
             Project: Pax Web
          Issue Type: Bug
          Components: ExtendedHttpService
    Affects Versions: 0.2.3, 0.2.2
            Reporter: Alin Dreghiciu
            Assignee: Alin Dreghiciu
             Fix For: 0.2.4


The method contextInitialized from ServletContextListeners should normally be 
called when a context get's initialized. Jetty does this call on starting the 
server. As the server is started before any registration (and a listener 
registration can also be don elater on) the method does not get called.
A work around is to call the method on the moment that the listener is 
registered if the server is already started (most of the cases).

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

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to