Author: lahiru
Date: Mon Oct 29 17:06:38 2012
New Revision: 1403425
URL: http://svn.apache.org/viewvc?rev=1403425&view=rev
Log:
fixing exception during workflow execution end.
Modified:
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java
Modified:
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java?rev=1403425&r1=1403424&r2=1403425&view=diff
==============================================================================
---
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java
(original)
+++
airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorSkeleton.java
Mon Oct 29 17:06:38 2012
@@ -350,12 +350,12 @@ public class WorkflowInterpretorSkeleton
/*
* stop listener no matter what happens
*/
- try {
- if(listener != null)
- listener.stop();
- } catch (MonitorException e) {
- e.printStackTrace();
- }
+// try {
+// if(listener != null)
+// listener.stop();
+// } catch (MonitorException e) {
+// e.printStackTrace();
+// }
}
}