-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
jbossws-1.0.1
-
None
-
Workaround Exists
-
Unpacked JSR-181 POJO deployments are not deployed correctly for subsequent server starts.
This is because when this is first deployed the web.xml which is part of the deployment is modified so that the JBossServiceEndpointServlet servlet is used.
On subsequent deployments the web.xml is parsed but because all of the servlet classes have been replaced with the JBossServiceEndpointServlet it is JBossServiceEndpointServlet that is checked for annotations instead of the endpoint class.