// FIXME Refresh the service list at this moment?
log.info("Setting the Migrate service to: "+identifyService);
//update the experimentBean
ExperimentBean expBean = (ExperimentBean)JSFUtil.getManagedObject("ExperimentBean");
expBean.getExperiment().getExperimentExecutable().getParameters().put(MigrateWorkflow.PARAM_SERVICE, identifyService);
expBean.updateExperiment();
//update the wfConfiguration with the new values
this.buildWorkflowConfFromCurrentConfiguration();
}
private boolean isServiceSet() {