Hi pandatao,
you have to specify the following context param in your webservice web.xml:
<context-param>
| <param-name>org.jboss.ws.webapp.ServletContextListener</param-name>
| <param-value>mycompany.ServletContextListenerImpl</param-value>
| </context-param>
It is supported on each AS 4.2.x and above.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181153#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...