* @throws DeploymentException when an error occurs during removal of the
* application references or physical undeployment of the bits.
*/
public DeploymentStatus undeploy(Properties props, String [] targets)
throws DeploymentException{
DeploymentStatus status = null;
props.setProperty(DeploymentProperties.TARGET, targets[0]);
for(int i = 1; i < targets.length; i++) {
try {
disassociateApplication(props, targets[i]);
} catch (MBeanConfigException m) {