Updated Branches: refs/heads/master e59e25ec3 -> 41da886a3
Fixing the build error AIRAVATA-1011 Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/41da886a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/41da886a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/41da886a Branch: refs/heads/master Commit: 41da886a3dd768d1d9d074b496bea0f696fc2703 Parents: e59e25e Author: lahiru <[email protected]> Authored: Thu Feb 13 09:52:55 2014 -0500 Committer: lahiru <[email protected]> Committed: Thu Feb 13 09:52:55 2014 -0500 ---------------------------------------------------------------------- .../orchestrator/core/NewOrchestratorTest.java | 2 -- .../apache/airavata/rest/client/RegistryClient.java | 14 -------------- 2 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/41da886a/modules/orchestrator/orchestrator-core/src/test/java/org/apache/airavata/orchestrator/core/NewOrchestratorTest.java ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-core/src/test/java/org/apache/airavata/orchestrator/core/NewOrchestratorTest.java b/modules/orchestrator/orchestrator-core/src/test/java/org/apache/airavata/orchestrator/core/NewOrchestratorTest.java index 0bed552..8be0059 100644 --- a/modules/orchestrator/orchestrator-core/src/test/java/org/apache/airavata/orchestrator/core/NewOrchestratorTest.java +++ b/modules/orchestrator/orchestrator-core/src/test/java/org/apache/airavata/orchestrator/core/NewOrchestratorTest.java @@ -34,8 +34,6 @@ import org.apache.airavata.model.experiment.*; import org.apache.airavata.orchestrator.cpi.Orchestrator; import org.apache.airavata.orchestrator.cpi.impl.SimpleOrchestratorImpl; import org.apache.airavata.persistance.registry.jpa.impl.RegistryImpl; -import org.apache.airavata.registry.cpi.ChildDataType; -import org.apache.airavata.registry.cpi.ParentDataType; import org.apache.airavata.registry.cpi.Registry; import org.apache.airavata.schemas.gfac.*; import org.slf4j.Logger; http://git-wip-us.apache.org/repos/asf/airavata/blob/41da886a/modules/rest/client/src/main/java/org/apache/airavata/rest/client/RegistryClient.java ---------------------------------------------------------------------- diff --git a/modules/rest/client/src/main/java/org/apache/airavata/rest/client/RegistryClient.java b/modules/rest/client/src/main/java/org/apache/airavata/rest/client/RegistryClient.java index 86912dd..93d7301 100644 --- a/modules/rest/client/src/main/java/org/apache/airavata/rest/client/RegistryClient.java +++ b/modules/rest/client/src/main/java/org/apache/airavata/rest/client/RegistryClient.java @@ -39,7 +39,6 @@ import org.apache.airavata.registry.api.AiravataExperiment; import org.apache.airavata.registry.api.AiravataRegistry2; import org.apache.airavata.registry.api.AiravataUser; import org.apache.airavata.registry.api.ExecutionErrors.Source; -import org.apache.airavata.registry.api.JobRequest; import org.apache.airavata.registry.api.PasswordCallback; import org.apache.airavata.registry.api.ResourceMetadata; import org.apache.airavata.registry.api.WorkspaceProject; @@ -1056,13 +1055,6 @@ public class RegistryClient extends AiravataRegistry2 { } @Override - public boolean storeExperiment(String userName, String experimentID, - String applicationName, String jobRequest) throws RegistryException { - // TODO Auto-generated method stub - return false; - } - - @Override public boolean changeStatus(String experimentID, State state, String gfacEPR) throws RegistryException { // TODO Auto-generated method stub @@ -1089,12 +1081,6 @@ public class RegistryClient extends AiravataRegistry2 { return null; } - @Override - public JobRequest fetchAcceptedJob(String experimentID) - throws RegistryException { - // TODO Auto-generated method stub - return null; - } @Override public List<String> getAllHangedJobs() throws RegistryException {
