}
DeploymentSourceImpl archive = new DeploymentSourceImpl(deployArchive.getURI().getPath(), true,
new String[1], new String[1], new String[1], new HashMap());
// we do not support deployment plan for directory deployment
// currently
deplMgr.startDeploy(deployActionID, archive.asMap(), null, dupOptions);
}
// if deployActionID is still null, then there is some failure - report this and die
if(deployActionID == null) {
setupForAbnormalExit(localStrings.getString("enterprise.deployment.client.no_deployment_id"), domain);