Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 9873 invoked from network); 17 Oct 2007 00:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 00:47:50 -0000 Received: (qmail 94607 invoked by uid 500); 17 Oct 2007 00:47:38 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 94478 invoked by uid 500); 17 Oct 2007 00:47:37 -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 94467 invoked by uid 500); 17 Oct 2007 00:47:37 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 94464 invoked by uid 99); 17 Oct 2007 00:47:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 17:47:37 -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; Wed, 17 Oct 2007 00:47:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8BBE41A9832; Tue, 16 Oct 2007 17:47:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585306 - /webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c Date: Wed, 17 Oct 2007 00:47:28 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071017004728.8BBE41A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: damitha Date: Tue Oct 16 17:47:27 2007 New Revision: 585306 URL: http://svn.apache.org/viewvc?rev=585306&view=rev Log: My mistake. conf_init should not return fail when loading one of the services fail Modified: webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c Modified: webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c?rev=585306&r1=585305&r2=585306&view=diff ============================================================================== --- webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c (original) +++ webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c Tue Oct 16 17:47:27 2007 @@ -236,7 +236,6 @@ "%s initialization Failed. So exiting "\ "conf_init()", axis2_svc_get_name(svc_desc, env)); - return AXIS2_FAILURE; } } } --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org