You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2014/11/11 20:10:55 UTC

[08/16] airavata git commit: Commit. AIRAVATA-1510

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/gfac_appcatalog_int
Commit: 4286c8c8569a907d532468fb6220cee0c0ad3a64
Parents: ffcaea3
Author: raminder <ra...@indiana.edu>
Authored: Fri Nov 7 14:50:03 2014 -0500
Committer: raminder <ra...@indiana.edu>
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);