client.setXRegistryUrl(this.engine.getConfiguration()
.getXRegistryURL());
client.setEngineURL(this.engine.getConfiguration().getProxyURI());
client.setXBayaEngine(this.engine);
new ODEDeploymentClient(this.engine, waitDialog).deploy(client, workflow, proxy, true, System.currentTimeMillis());
this.engine.getMyLead().setProxy(proxy);
this.engine.getMyLead().save(workflow, redeploy);
this.savingDialog.hide();
}