[jboss-jira] [JBoss JIRA] (AS7-5506) Bundle undeploy does not remove associated overlays
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Mon Sep 10 22:52:32 EDT 2012
[ https://issues.jboss.org/browse/AS7-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated AS7-5506:
--------------------------------
Priority: Critical (was: Major)
Align priority with dependent issue
> 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
> Priority: Critical
> 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
More information about the jboss-jira
mailing list