-
Bug
-
Resolution: Done
-
Major
-
jboss-ws4ee-4.0.1
-
None
When undeploying unpackaged war and ejb-jar deployments the corresponding web services are not undeployed.
The console output for an unpackaged war undeploy looks like:
19:53:25,488 INFO [TomcatDeployer] undeploy, ctxPath=/Hello, warUrl=file:/Users/epiq/JBoss/jboss-4.0.1/server/default/deploy/Hello.war/
while the output for a packaged war undeploy, correctly looks like:
12:46:58,154 INFO [TomcatDeployer] undeploy, ctxPath=/Hello, warUrl=file:/Users/epiq/JBoss/jboss-4.0.1/server/default/tmp/deploy/tmp9350Hello.war/
12:46:58,204 INFO [AxisService] WebService undeployed: http://Mark-Newtons-Computer.local:8080/Hello/Hello
- relates to
-
JBWS-358 Unpackaged ear deployments with unpackaged jars inside them do not undeploy WS correctly.
- Closed