Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52F3D10759 for ; Thu, 13 Feb 2014 14:55:02 +0000 (UTC) Received: (qmail 19480 invoked by uid 500); 13 Feb 2014 14:54:57 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 18409 invoked by uid 500); 13 Feb 2014 14:54:44 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 18185 invoked by uid 99); 13 Feb 2014 14:54:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 14:54:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 67C42925A88; Thu, 13 Feb 2014 14:54:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lahiru@apache.org To: commits@airavata.apache.org Message-Id: <05ac6e052bfb4d748e3fa17f189562cd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fixing the build error AIRAVATA-1011 Date: Thu, 13 Feb 2014 14:54:35 +0000 (UTC) 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 Authored: Thu Feb 13 09:52:55 2014 -0500 Committer: lahiru 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 getAllHangedJobs() throws RegistryException {