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 2013/05/14 04:36:08 UTC

svn commit: r1482174 - /airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorEventListener.java

Author: lahiru
Date: Tue May 14 02:36:07 2013
New Revision: 1482174

URL: http://svn.apache.org/r1482174
Log:
fixing compilation error.

Modified:
    airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorEventListener.java

Modified: airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorEventListener.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorEventListener.java?rev=1482174&r1=1482173&r2=1482174&view=diff
==============================================================================
--- airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorEventListener.java (original)
+++ airavata/trunk/modules/xbaya-gui/src/main/java/org/apache/airavata/xbaya/interpretor/WorkflowInterpretorEventListener.java Tue May 14 02:36:07 2013
@@ -160,6 +160,8 @@ public class WorkflowInterpretorEventLis
             // }
         } catch (RuntimeException e) {
             logger.warn("Failed to process notification: " + message, e);
+        } catch (AiravataAPIInvocationException e) {
+            logger.error("Error occured during Exception saving to the Registry");
         }
     }