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();
}