[
https://issues.jboss.org/browse/AS7-5506?page=com.atlassian.jira.plugin.s...
]
Stuart Douglas resolved AS7-5506.
---------------------------------
Resolution: Rejected
Deployment overlays do not work like that. A deployment overlay for deployment foo.war is
basically 'add this content to any deployment named foo.war' foo.war can be
re-deployed and un-deployed any number of times and it will still have the same overlays
applied.
Basically overlays are persistent, if you make a bug fix to a single class in an
application and re-deploy it you still get the same overlays. If you undeploy an app for a
few minutes and then re-deploy it you still get the same overlays.
Remove does not remove associated overlays
------------------------------------------
Key: AS7-5506
URL:
https://issues.jboss.org/browse/AS7-5506
Project: Application Server 7
Issue Type: Bug
Components: Server
Reporter: Thomas Diesler
Assignee: Stuart Douglas
Fix For: 7.2.0.Alpha1
The DeploymentPlan API uses composite operations like this
{code}
DeploymentPlanBuilder builder = deploymentManager.newDeploymentPlan();
builder = builder.undeploy(runtimeName).remove(runtimeName);
{code}
This however does not remove associated deployment overlays
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira