It is the fact that we don't modify the web.xml again that is the problem for the
JSR-181 deployments.
For JSR-109 deployments we do not have a problem because we have a webservices.xml that
lists which servlets are actually endpoints.
However for JSR-181 deployments to identify which servlets are actually endpoints we check
all of the servlets to see if they are annotated with @WebService, as the JBossWS servlet
is not annotated with @WebService the deployment of the JSR-181 endpoint is skipped for
all subsequent deployments.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978733#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...