]
Brian Stansberry resolved JBAS-9226.
------------------------------------
Assignee: Brian Stansberry
Fix Version/s: 7.0.0.Beta3
Resolution: Done
FileSystemDeploymentService: applications cannot be undeployed by
removing .deployed marker
--------------------------------------------------------------------------------------------
Key: JBAS-9226
URL:
https://issues.jboss.org/browse/JBAS-9226
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Shelly McGowan
Assignee: Brian Stansberry
Fix For: 7.0.0.Beta3
Attachments: JBAS9226-server.log, servlet_js_servlet_web.war
To undeploy an application using File System deployment, the application's associated
.deployed marker needs to be removed. Once the .deployed marker is deleted, the
application is stopped but then immediately readded/restarted without triggering it with a
.dodeploy marker.
I've attached a .war to reproduce.
Copy servlet_js_servlet_web.war $JBOSS_HOME/standalone/deployments
touch servlet_js_servlet_web.war.dodeploy
rm servlet_js_servlet_web.war.deployed
The .war can never be undeployed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: