You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ra...@apache.org on 2013/01/21 17:57:02 UTC

svn commit: r1436481 - /airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java

Author: raminder
Date: Mon Jan 21 16:57:02 2013
New Revision: 1436481

URL: http://svn.apache.org/viewvc?rev=1436481&view=rev
Log:
send Service error as notifications. AIRAVATA-736

Modified:
    airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java

Modified: airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java?rev=1436481&r1=1436480&r2=1436481&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java (original)
+++ airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java Mon Jan 21 16:57:02 2013
@@ -26,7 +26,7 @@ import org.apache.airavata.core.gfac.pro
 
 /**
  * The exception for {@link Provider}
- * 
+ *
  */
 public class ProviderException extends GfacException {
 
@@ -52,7 +52,7 @@ public class ProviderException extends G
 		if (additionalExceptiondata==null || additionalExceptiondata.length==0){
         	additionalExceptiondata=new String[]{message,e.getLocalizedMessage()};
         }
-//		invocationContext.getExecutionContext().getNotifier().executionFail(invocationContext,e,additionalExceptiondata);
+		invocationContext.getExecutionContext().getNotifier().executionFail(invocationContext,e,additionalExceptiondata);
 	}
 
     public String[] getAditionalInfo() {



Re: svn commit: r1436481 - /airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java

Posted by Lahiru Gunathilake <gl...@gmail.com>.
Hi Raman,

Can you please revert this commit... This is not the place to fix it..

Regards
Lahiru

On Mon, Jan 21, 2013 at 11:57 AM, <ra...@apache.org> wrote:

> Author: raminder
> Date: Mon Jan 21 16:57:02 2013
> New Revision: 1436481
>
> URL: http://svn.apache.org/viewvc?rev=1436481&view=rev
> Log:
> send Service error as notifications. AIRAVATA-736
>
> Modified:
>
> airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java
>
> Modified:
> airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java
> URL:
> http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java?rev=1436481&r1=1436480&r2=1436481&view=diff
>
> ==============================================================================
> ---
> airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java
> (original)
> +++
> airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/exception/ProviderException.java
> Mon Jan 21 16:57:02 2013
> @@ -26,7 +26,7 @@ import org.apache.airavata.core.gfac.pro
>
>  /**
>   * The exception for {@link Provider}
> - *
> + *
>   */
>  public class ProviderException extends GfacException {
>
> @@ -52,7 +52,7 @@ public class ProviderException extends G
>                 if (additionalExceptiondata==null ||
> additionalExceptiondata.length==0){
>                 additionalExceptiondata=new
> String[]{message,e.getLocalizedMessage()};
>          }
> -//
> invocationContext.getExecutionContext().getNotifier().executionFail(invocationContext,e,additionalExceptiondata);
> +
> invocationContext.getExecutionContext().getNotifier().executionFail(invocationContext,e,additionalExceptiondata);
>         }
>
>      public String[] getAditionalInfo() {
>
>
>


-- 
System Analyst Programmer
PTI Lab
Indiana University