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:44:37 UTC

svn commit: r585304 - /webservices/axis2/trunk/c/src/core/deployment/conf_init.c

Author: damitha
Date: Tue Oct 16 17:44:36 2007
New Revision: 585304

URL: http://svn.apache.org/viewvc?rev=585304&view=rev
Log:
Oh my mistake to return AXIS2_FAILURE when one of the service load fails

Modified:
    webservices/axis2/trunk/c/src/core/deployment/conf_init.c

Modified: webservices/axis2/trunk/c/src/core/deployment/conf_init.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/conf_init.c?rev=585304&r1=585303&r2=585304&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/conf_init.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/conf_init.c Tue Oct 16 17:44:36 2007
@@ -240,7 +240,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