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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]