Repository: airavata Updated Branches: refs/heads/master ffcaea354 -> 4286c8c85
Commit. AIRAVATA-1510 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4286c8c8 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4286c8c8 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4286c8c8 Branch: refs/heads/master Commit: 4286c8c8569a907d532468fb6220cee0c0ad3a64 Parents: ffcaea3 Author: raminder <[email protected]> Authored: Fri Nov 7 14:50:03 2014 -0500 Committer: raminder <[email protected]> Committed: Fri Nov 7 14:50:03 2014 -0500 ---------------------------------------------------------------------- .../xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/4286c8c8/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java ---------------------------------------------------------------------- diff --git a/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java b/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java index 862f1a9..c07814d 100644 --- a/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java +++ b/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/ui/experiment/WorkflowInterpreterLaunchWindow.java @@ -252,11 +252,7 @@ public class WorkflowInterpreterLaunchWindow { private void execute() throws AiravataClientConnectException, InvalidRequestException, AiravataClientException, AiravataSystemException, TException { - if (engine.getGUI().setupThriftClientData(ThriftServiceType.API_SERVICE)){ - hide(); - return; - } - + ThriftClientData thriftClientData = engine.getConfiguration().getThriftClientData(ThriftServiceType.API_SERVICE); Client airavataClient = XBayaUtil.getAiravataClient(thriftClientData);
