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 2006/05/04 10:35:04 UTC

svn commit: r399612 - /webservices/axis2/trunk/c/modules/core/deployment/svc_builder.c

Author: damitha
Date: Thu May  4 01:35:02 2006
New Revision: 399612

URL: http://svn.apache.org/viewcvs?rev=399612&view=rev
Log:
Corrected the wrong error code name

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

Modified: webservices/axis2/trunk/c/modules/core/deployment/svc_builder.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/deployment/svc_builder.c?rev=399612&r1=399611&r2=399612&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/svc_builder.c (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/svc_builder.c Thu May  4 01:35:02 2006
@@ -568,7 +568,7 @@
         qattname = NULL;
         if(NULL == op_name_att)
         {
-            AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_OPERATION_NAME_MISSING,
+            AXIS2_ERROR_SET((*env)->error, AXIS2_ERROR_OP_NAME_MISSING,
                 AXIS2_FAILURE);
             return AXIS2_FAILURE;
         }