[jboss-dev-forums] [Design of JBoss Web Services] - Re: JBWS-1133 - Exploded JSR-181 POJO Deployment Fails Redep
darran.lofthouse@jboss.com
do-not-reply at jboss.com
Tue Oct 17 05:38:02 EDT 2006
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#3978733
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978733
More information about the jboss-dev-forums
mailing list