You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2007/10/17 02:47:28 UTC

svn commit: r585306 - /webservices/axis2/branches/c/29092007/src/core/deployment/conf_init.c

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