Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 7331 invoked from network); 4 Sep 2007 08:09:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 08:09:24 -0000 Received: (qmail 57140 invoked by uid 500); 4 Sep 2007 08:09:18 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 57023 invoked by uid 500); 4 Sep 2007 08:09:18 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 57012 invoked by uid 500); 4 Sep 2007 08:09:18 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 57009 invoked by uid 99); 4 Sep 2007 08:09:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 01:09:18 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 08:10:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2CBD31A9832; Tue, 4 Sep 2007 01:09:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r572569 - /webservices/axis2/trunk/c/src/core/engine/engine.c Date: Tue, 04 Sep 2007 08:08:59 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070904080900.2CBD31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: samisa Date: Tue Sep 4 01:08:59 2007 New Revision: 572569 URL: http://svn.apache.org/viewvc?rev=572569&view=rev Log: Fixed the problem of not returning faults on missing operations Modified: webservices/axis2/trunk/c/src/core/engine/engine.c Modified: webservices/axis2/trunk/c/src/core/engine/engine.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/engine/engine.c?rev=572569&r1=572568&r2=572569&view=diff ============================================================================== --- webservices/axis2/trunk/c/src/core/engine/engine.c (original) +++ webservices/axis2/trunk/c/src/core/engine/engine.c Tue Sep 4 01:08:59 2007 @@ -354,10 +354,6 @@ else { status = axis2_engine_invoke_phases(engine, env, phases, msg_ctx); - if (status != AXIS2_SUCCESS) - { - return status; - } conf_ctx = axis2_msg_ctx_get_conf_ctx(msg_ctx, env); if (conf_ctx) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org