You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2007/10/24 15:54:47 UTC

svn commit: r587892 - /webservices/axis2/trunk/c/src/core/deployment/svc_builder.c

Author: damitha
Date: Wed Oct 24 06:54:46 2007
New Revision: 587892

URL: http://svn.apache.org/viewvc?rev=587892&view=rev
Log:
patch applied sent by Senaka

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

Modified: webservices/axis2/trunk/c/src/core/deployment/svc_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/svc_builder.c?rev=587892&r1=587891&r2=587892&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/svc_builder.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/svc_builder.c Wed Oct 24 06:54:46 2007
@@ -798,6 +798,9 @@
             {
                 AXIS2_ERROR_SET(env->error, AXIS2_ERROR_MODULE_NOT_FOUND,
                                 AXIS2_FAILURE);
+                AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Unable to find "\
+                    "Module %s, in Service %s", ref_name, 
+                    axis2_svc_get_name(svc_builder->svc, env));
                 return AXIS2_FAILURE;
             }
             else



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org