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 7C683EA53 for ; Mon, 21 Jan 2013 17:00:34 +0000 (UTC) Received: (qmail 47717 invoked by uid 500); 21 Jan 2013 17:00:34 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 47672 invoked by uid 500); 21 Jan 2013 17:00:34 -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 47659 invoked by uid 99); 21 Jan 2013 17:00:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 17:00:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 17:00:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C60992388A68; Mon, 21 Jan 2013 17:00:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1436484 - /airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java Date: Mon, 21 Jan 2013 17:00:12 -0000 To: commits@airavata.apache.org From: lahiru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130121170012.C60992388A68@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lahiru Date: Mon Jan 21 17:00:12 2013 New Revision: 1436484 URL: http://svn.apache.org/viewvc?rev=1436484&view=rev Log: fixing https://issues.apache.org/jira/browse/AIRAVATA-734. Modified: airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java Modified: airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java?rev=1436484&r1=1436483&r2=1436484&view=diff ============================================================================== --- airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java (original) +++ airavata/trunk/modules/gfac-core/src/main/java/org/apache/airavata/core/gfac/notification/impl/WorkflowTrackingNotification.java Mon Jan 21 17:00:12 2013 @@ -75,11 +75,6 @@ public class WorkflowTrackingNotificatio Integer receiverWorkflowTimeStep = null; setReceiver(this.notifier.createEntity(receiverWorkflowID, receiverServiceID, receiverWorkflowNodeID, receiverWorkflowTimeStep)); - - // send start workflow - //since workflow interpreter is sending owrkflow invoke message gfac doesn't have to send a workflow invoke message - //everytime it invoke a service node. - this.invocationContext = this.notifier.workflowInvoked(this.context, this.initiator); } public void startSchedule(InvocationContext context) {