1 Reply Latest reply on Jun 28, 2010 3:10 PM by mwnorman

    ServletContextListener not being called - help!

      I have a simple 'test' JAX-WS dynamic end-point (@javax.xml.ws.WebServiceProvider) and I

      would like to get the ServletContext before the first SOAP message arrives. I have specified

      the listener in the web.xml, but the 'contextInitialized' method does not appear to be executed

       

      I have attach'd my simple WebService provider and listener along with it's JSR-109 compliant

      web.xml (well, compliant in that it works in Glassfish).

       

      Any help would be greatly appreciated,

       

      Mike Norman