You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2012/10/29 18:26:43 UTC

svn commit: r1403436 - /airavata/branches/0.5/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java

Author: lahiru
Date: Mon Oct 29 17:26:42 2012
New Revision: 1403436

URL: http://svn.apache.org/viewvc?rev=1403436&view=rev
Log:
fixing error during workflow run end.

Modified:
    airavata/branches/0.5/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java

Modified: airavata/branches/0.5/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java
URL: http://svn.apache.org/viewvc/airavata/branches/0.5/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java?rev=1403436&r1=1403435&r2=1403436&view=diff
==============================================================================
--- airavata/branches/0.5/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java (original)
+++ airavata/branches/0.5/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java Mon Oct 29 17:26:42 2012
@@ -351,8 +351,8 @@ public class WorkflowInterpretorSkeleton
              * stop listener no matter what happens
              */
             try {
-                if(listener != null)
-                listener.stop();
+             //   if(listener != null)
+             //   listener.stop();
             } catch (MonitorException e) {
                 e.printStackTrace();
             }