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 2014/02/26 17:28:18 UTC

git commit: fixing build error - AIRVATA-1029

Repository: airavata
Updated Branches:
  refs/heads/master adeba77c7 -> 82be00b22


fixing build error - AIRVATA-1029


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/82be00b2
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/82be00b2
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/82be00b2

Branch: refs/heads/master
Commit: 82be00b22a7d20b42fc1f0b5a49402e6842be323
Parents: adeba77
Author: lahiru <la...@apache.org>
Authored: Wed Feb 26 11:28:09 2014 -0500
Committer: lahiru <la...@apache.org>
Committed: Wed Feb 26 11:28:09 2014 -0500

----------------------------------------------------------------------
 .../airavata/orchestrator/core/impl/EmbeddedGFACJobSubmitter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/82be00b2/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/EmbeddedGFACJobSubmitter.java
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/EmbeddedGFACJobSubmitter.java b/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/EmbeddedGFACJobSubmitter.java
index 4a101bf..27109e9 100644
--- a/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/EmbeddedGFACJobSubmitter.java
+++ b/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/core/impl/EmbeddedGFACJobSubmitter.java
@@ -82,7 +82,7 @@ public class EmbeddedGFACJobSubmitter implements JobSubmitter {
         Registry newRegistry = orchestratorContext.getNewRegistry();
         try {
             //todo init this during submitter init
-            JobExecutionContext jobExecutionContext = gfac.submitJob(experimentID);
+            JobExecutionContext jobExecutionContext = gfac.submitJob(experimentID,null);
             orchestratorContext.getRegistry().changeStatus(experimentID, AiravataJobState.State.SUBMITTED);
         } catch (Exception e)
         {