[
https://issues.jboss.org/browse/AS7-5506?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler reopened AS7-5506:
---------------------------------
Not having much luck with the approach to remove the overlay from a DUP.undeploy() call.
It might have to do with management operation nesting, which is not allowed AFAIK.
Perhaps we can pursue the route where the lifecycle of an overlay can be associated with
that of the deployment, which would be cleaner anyway.
Bundle undeploy 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