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 pi...@apache.org on 2007/03/30 19:56:12 UTC

svn commit: r524208 [2/3] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/test/om/ axiom/test/soap/ include/ modules/core/deployment/ modules/core/transport/http/server/IIS/ modules/core/transport/http/server/apache2/ modul...

Modified: webservices/axis2/trunk/c/util/src/error.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/error.c?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/util/src/error.c (original)
+++ webservices/axis2/trunk/c/util/src/error.c Fri Mar 30 10:56:06 2007
@@ -19,465 +19,465 @@
 #include "axutil_error_default.h"
 
 /* array to hold error messages */
-const axis2_char_t* axis2_error_messages[AXIS2_ERROR_LAST];
+const axis2_char_t* axutil_error_messages[AXIS2_ERROR_LAST];
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
-axis2_error_init()
+axutil_error_init()
 {
     int i = 0;
     for (i = 0; i < AXIS2_ERROR_LAST; i++)
     {
-        axis2_error_messages[i] = "Unknown Error :(";
+        axutil_error_messages[i] = "Unknown Error :(";
     }
 
     /* Common Errors */
-    axis2_error_messages[AXIS2_ERROR_NONE] = "No Error";
-    axis2_error_messages[AXIS2_ERROR_NO_MEMORY] = "Out of memory";
-    axis2_error_messages[AXIS2_ERROR_INVALID_NULL_PARAM] =
+    axutil_error_messages[AXIS2_ERROR_NONE] = "No Error";
+    axutil_error_messages[AXIS2_ERROR_NO_MEMORY] = "Out of memory";
+    axutil_error_messages[AXIS2_ERROR_INVALID_NULL_PARAM] =
         "NULL paramater was passed when a non NULL parameter was expected";
     /* core:addr */
 
     /* core:clientapi */
-    axis2_error_messages[AXIS2_ERROR_BLOCKING_INVOCATION_EXPECTS_RESPONSE] =
+    axutil_error_messages[AXIS2_ERROR_BLOCKING_INVOCATION_EXPECTS_RESPONSE] =
         "Blocking invocation expects response";
-    axis2_error_messages[AXIS2_ERROR_CANNOT_INFER_TRANSPORT] =
+    axutil_error_messages[AXIS2_ERROR_CANNOT_INFER_TRANSPORT] =
         "cannot infer transport from URL";
-    axis2_error_messages[AXIS2_ERROR_CLIENT_SIDE_SUPPORT_ONLY_ONE_CONF_CTX] =
+    axutil_error_messages[AXIS2_ERROR_CLIENT_SIDE_SUPPORT_ONLY_ONE_CONF_CTX] =
         "Client side support only one configuration context";
-    axis2_error_messages[AXIS2_ERROR_MEP_CANNOT_BE_NULL_IN_MEP_CLIENT] =
+    axutil_error_messages[AXIS2_ERROR_MEP_CANNOT_BE_NULL_IN_MEP_CLIENT] =
         "MEP cannot be NULL in MEP client";
-    axis2_error_messages[AXIS2_ERROR_MEP_MISMATCH_IN_MEP_CLIENT] =
+    axutil_error_messages[AXIS2_ERROR_MEP_MISMATCH_IN_MEP_CLIENT] =
         "MEP Mismatch";
-    axis2_error_messages[AXIS2_ERROR_TWO_WAY_CHANNEL_NEEDS_ADDRESSING] =
+    axutil_error_messages[AXIS2_ERROR_TWO_WAY_CHANNEL_NEEDS_ADDRESSING] =
         "Two way channel needs addressing module to be engaged";
-    axis2_error_messages[AXIS2_ERROR_UNKNOWN_TRANSPORT] =
+    axutil_error_messages[AXIS2_ERROR_UNKNOWN_TRANSPORT] =
         "Unknown Transport";
-    axis2_error_messages[AXIS2_ERROR_UNSUPPORTED_TYPE] =
+    axutil_error_messages[AXIS2_ERROR_UNSUPPORTED_TYPE] =
         "type is not supported";
-    axis2_error_messages[AXIS2_ERROR_OPTIONS_OBJECT_IS_NOT_SET] =
+    axutil_error_messages[AXIS2_ERROR_OPTIONS_OBJECT_IS_NOT_SET] =
         "Options object is not set";
     /* core:clientapi:diclient */
 
     /* core:context */
-    axis2_error_messages[AXIS2_ERROR_INVALID_SOAP_ENVELOPE_STATE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_SOAP_ENVELOPE_STATE] =
         "Invalid SOAP envelope state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_MSG_CTX] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_MSG_CTX] =
         "Invalid message context state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_SVC] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_SVC] =
         "Service accessed has invalid state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_SVC_GRP] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_SVC_GRP] =
         "Service group accessed has invalid state";
-    axis2_error_messages[AXIS2_ERROR_SERVICE_NOT_YET_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_SERVICE_NOT_YET_FOUND] =
         "Service not yet found";
     /* core:deployment */
-    axis2_error_messages[AXI2_ERROR_INVALID_PHASE] =
+    axutil_error_messages[AXI2_ERROR_INVALID_PHASE] =
         "Invalid phase found in phase validation*";
-    axis2_error_messages[AXIS2_ERROR_CONFIG_NOT_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_CONFIG_NOT_FOUND] =
         "axis2.xml cannot be not found";
-    axis2_error_messages[AXIS2_ERROR_DATA_ELEMENT_IS_NULL] =
+    axutil_error_messages[AXIS2_ERROR_DATA_ELEMENT_IS_NULL] =
         "Data element of the OM Node is null";
-    axis2_error_messages[AXIS2_ERROR_IN_FLOW_NOT_ALLOWED_IN_TRS_OUT] =
+    axutil_error_messages[AXIS2_ERROR_IN_FLOW_NOT_ALLOWED_IN_TRS_OUT] =
         "In transport sender, Inflow is not allowed";
-    axis2_error_messages[AXIS2_ERROR_INVALID_HANDLER_STATE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_HANDLER_STATE] =
         "Invalid handler state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_MODUELE_REF] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_MODUELE_REF] =
         "Invalid Module Ref encountered";
-    axis2_error_messages[AXIS2_ERROR_INVALID_MODUELE_REF_BY_OP] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_MODUELE_REF_BY_OP] =
         "Invalid Module Reference by Operation";
-    axis2_error_messages[AXIS2_ERROR_INVALID_MODULE_CONF] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_MODULE_CONF] =
         "Invalid Module Configuration";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_DESC_BUILDER] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_DESC_BUILDER] =
         "Description Builder is found to be in invalid state";
-    axis2_error_messages[AXIS2_ERROR_MODULE_NOT_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_NOT_FOUND] =
         "Module Not Found";
-    axis2_error_messages[AXIS2_ERROR_MODULE_VALIDATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_VALIDATION_FAILED] =
         "Module Validation Failed";
-    axis2_error_messages[AXIS2_ERROR_MODULE_XML_NOT_FOUND_FOR_THE_MODULE] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_XML_NOT_FOUND_FOR_THE_MODULE] =
         "Module xml file is not found in the given path";
-    axis2_error_messages[AXIS2_ERROR_NO_DISPATCHER_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_NO_DISPATCHER_FOUND] =
         "No dispatcher found";
-    axis2_error_messages[AXIS2_ERROR_OP_NAME_MISSING] =
+    axutil_error_messages[AXIS2_ERROR_OP_NAME_MISSING] =
         "Operation name is missing";
-    axis2_error_messages[AXIS2_ERROR_OUT_FLOW_NOT_ALLOWED_IN_TRS_IN] =
+    axutil_error_messages[AXIS2_ERROR_OUT_FLOW_NOT_ALLOWED_IN_TRS_IN] =
         "In transport Receiver, Outflow is not allowed";
-    axis2_error_messages[AXIS2_ERROR_REPO_CAN_NOT_BE_NULL] =
+    axutil_error_messages[AXIS2_ERROR_REPO_CAN_NOT_BE_NULL] =
         "Repository name cannot be NULL";
-    axis2_error_messages[AXIS2_ERROR_REPOSITORY_NOT_EXIST] =
+    axutil_error_messages[AXIS2_ERROR_REPOSITORY_NOT_EXIST] =
         "Repository in path does not exist";
-    axis2_error_messages[AXIS2_ERROR_REPOS_LISTENER_INIT_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_LISTENER_INIT_FAILED] =
         "Repository Listener initialization failed";
-    axis2_error_messages[AXIS2_ERROR_SERVICE_XML_NOT_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_SERVICE_XML_NOT_FOUND] =
         "Service xml file is not found in the given path";
-    axis2_error_messages[AXIS2_ERROR_SVC_NAME_ERROR] =
+    axutil_error_messages[AXIS2_ERROR_SVC_NAME_ERROR] =
         "Service Name Error";
-    axis2_error_messages[AXIS2_ERROR_TRANSPORT_SENDER_ERROR] =
+    axutil_error_messages[AXIS2_ERROR_TRANSPORT_SENDER_ERROR] =
         "Transport Sender Error";
-    axis2_error_messages[AXIS2_PATH_TO_CONFIG_CAN_NOT_BE_NULL] =
+    axutil_error_messages[AXIS2_PATH_TO_CONFIG_CAN_NOT_BE_NULL] =
         "Path to Config can not be NULL";
-    axis2_error_messages[AXIS2_ERROR_INVALID_SVC] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_SVC] =
         "Invalid Service";
     /* core:description */
-    axis2_error_messages[AXIS2_ERROR_CANNOT_CORRELATE_MSG] =
+    axutil_error_messages[AXIS2_ERROR_CANNOT_CORRELATE_MSG] =
         "Cannot correlate message";
-    axis2_error_messages[AXIS2_ERROR_COULD_NOT_MAP_MEP_URI_TO_MEP_CONSTANT] =
+    axutil_error_messages[AXIS2_ERROR_COULD_NOT_MAP_MEP_URI_TO_MEP_CONSTANT] =
         "Could not Map the MEP URI to a axis MEP constant value";
-    axis2_error_messages[AXIS2_ERROR_INVALID_MESSAGE_ADDITION] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_MESSAGE_ADDITION] =
         "Invalid messge addition operation context completed";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_MODULE_DESC] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_MODULE_DESC] =
         "Module description accessed has invalid state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_PARAM_CONTAINER] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_PARAM_CONTAINER] =
         "Parameter container not set";
-    axis2_error_messages[AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_OP] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_OP] =
         "module has alredy engaged to the op op terminated !!!";
-    axis2_error_messages[AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_SVC] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_SVC] =
         "module has alredy been engaged on the service.Operation terminated !!!";
-    axis2_error_messages[AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_SVC_GRP] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_ALREADY_ENGAGED_TO_SVC_GRP] =
         "module has alredy been engaged on the service. Group Operation terminated !!!";
-    axis2_error_messages[AXIS2_ERROR_PARAMETER_LOCKED_CANNOT_OVERRIDE] =
+    axutil_error_messages[AXIS2_ERROR_PARAMETER_LOCKED_CANNOT_OVERRIDE] =
         "Parameter locked, Cannot override";
-    axis2_error_messages[AXIS2_ERROR_EMPTY_SCHEMA_LIST] =
+    axutil_error_messages[AXIS2_ERROR_EMPTY_SCHEMA_LIST] =
         "schema list is empty or NULL in svc ";
     /* core:engine */
-    axis2_error_messages[AXIS2_ERROR_BEFORE_AFTER_HANDLERS_SAME] =
+    axutil_error_messages[AXIS2_ERROR_BEFORE_AFTER_HANDLERS_SAME] =
         "Both before and after handlers cannot be the same";
-    axis2_error_messages[AXIS2_ERROR_INVALID_HANDLER_RULES] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_HANDLER_RULES] =
         "Invalid handler rules";
-    axis2_error_messages[AXIS2_ERROR_INVALID_MODULE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_MODULE] =
         "Invalid Module";
-    axis2_error_messages[AXIS2_ERROR_INVALID_PHASE_FIRST_HANDLER] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_PHASE_FIRST_HANDLER] =
         "Invalid first handler for phase";
-    axis2_error_messages[AXIS2_ERROR_INVALID_PHASE_LAST_HANDLER] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_PHASE_LAST_HANDLER] =
         "Invalid last handler for phase";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_CONF] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_CONF] =
         "Invalid engine config state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_PROCESSING_FAULT_ALREADY] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_PROCESSING_FAULT_ALREADY] =
         "Message context processing a fault already";
-    axis2_error_messages[AXIS2_ERROR_NOWHERE_TO_SEND_FAULT] =
+    axutil_error_messages[AXIS2_ERROR_NOWHERE_TO_SEND_FAULT] =
         "fault to field not specified in message context";
-    axis2_error_messages[AXIS2_ERROR_PHASE_ADD_HANDLER_INVALID] =
+    axutil_error_messages[AXIS2_ERROR_PHASE_ADD_HANDLER_INVALID] =
         "Only one handler allowed for phase, adding another handler is not allowed";
-    axis2_error_messages[AXIS2_ERROR_PHASE_FIRST_HANDLER_ALREADY_SET] =
+    axutil_error_messages[AXIS2_ERROR_PHASE_FIRST_HANDLER_ALREADY_SET] =
         "First handler of phase already set";
-    axis2_error_messages[AXIS2_ERROR_PHASE_LAST_HANDLER_ALREADY_SET] =
+    axutil_error_messages[AXIS2_ERROR_PHASE_LAST_HANDLER_ALREADY_SET] =
         "Last handler of phase already set";
-    axis2_error_messages[AXIS2_ERROR_TWO_SVCS_CANNOT_HAVE_SAME_NAME] =
+    axutil_error_messages[AXIS2_ERROR_TWO_SVCS_CANNOT_HAVE_SAME_NAME] =
         "Two service can not have same name, a service with same name alredy";
     /* core:phaseresolver */
-    axis2_error_messages[AXIS2_ERROR_INVALID_MODULE_REF] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_MODULE_REF] =
         "Invalid Module Ref";
-    axis2_error_messages[AXIS2_ERROR_INVALID_PHASE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_PHASE] =
         "Invalid Phase";
-    axis2_error_messages[AXIS2_ERROR_NO_TRANSPORT_IN_CONFIGURED] =
+    axutil_error_messages[AXIS2_ERROR_NO_TRANSPORT_IN_CONFIGURED] =
         "There are no in transport chains configured";
-    axis2_error_messages[AXIS2_ERROR_NO_TRANSPORT_OUT_CONFIGURED] =
+    axutil_error_messages[AXIS2_ERROR_NO_TRANSPORT_OUT_CONFIGURED] =
         "There are no out transport chains configured";
-    axis2_error_messages[AXIS2_ERROR_PHASE_IS_NOT_SPECIFED] =
+    axutil_error_messages[AXIS2_ERROR_PHASE_IS_NOT_SPECIFED] =
         "Phase is not specified";
-    axis2_error_messages[AXIS2_ERROR_SERVICE_MODULE_CAN_NOT_REFER_GLOBAL_PHASE] =
+    axutil_error_messages[AXIS2_ERROR_SERVICE_MODULE_CAN_NOT_REFER_GLOBAL_PHASE] =
         "Service module can not refer global phase";
     /* core:wsdl*/
-    axis2_error_messages[AXIS2_ERROR_WSDL_SCHEMA_IS_NULL] =
+    axutil_error_messages[AXIS2_ERROR_WSDL_SCHEMA_IS_NULL] =
         "Schema is NULL";
     /* core:receivers */
-    axis2_error_messages[AXIS2_ERROR_OM_ELEMENT_INVALID_STATE] =
+    axutil_error_messages[AXIS2_ERROR_OM_ELEMENT_INVALID_STATE] =
         "Om Element has invalid state";
-    axis2_error_messages[AXIS2_ERROR_OM_ELEMENT_MISMATCH] =
+    axutil_error_messages[AXIS2_ERROR_OM_ELEMENT_MISMATCH] =
         "Om Elements do not match";
-    axis2_error_messages[AXIS2_ERROR_RPC_NEED_MATCHING_CHILD] =
+    axutil_error_messages[AXIS2_ERROR_RPC_NEED_MATCHING_CHILD] =
         "RPC style soap body don't have a child element";
-    axis2_error_messages[AXIS2_ERROR_UNKNOWN_STYLE] =
+    axutil_error_messages[AXIS2_ERROR_UNKNOWN_STYLE] =
         "Operation Description has unknown operation style";
-    axis2_error_messages[AXIS2_ERROR_STRING_DOES_NOT_REPRESENT_A_VALID_NC_NAME] =
+    axutil_error_messages[AXIS2_ERROR_STRING_DOES_NOT_REPRESENT_A_VALID_NC_NAME] =
         "String does not represent a valid NCName";
     /* core:transport */
 
     /* core:transport:http */
-    axis2_error_messages[AXIS2_ERROR_HTTP_CLIENT_TRANSPORT_ERROR] =
+    axutil_error_messages[AXIS2_ERROR_HTTP_CLIENT_TRANSPORT_ERROR] =
         "Error occured in transport";
-    axis2_error_messages[AXIS2_ERROR_HTTP_REQUEST_NOT_SENT] =
+    axutil_error_messages[AXIS2_ERROR_HTTP_REQUEST_NOT_SENT] =
         "A read attempt(HTTP) for the reply without sending the request";
-    axis2_error_messages[AXIS2_ERROR_INVALID_HEADER] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_HEADER] =
         "Invalid string passed as a http header";
-    axis2_error_messages[AXIS2_ERROR_INVALID_HTTP_HEADER_START_LINE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_HTTP_HEADER_START_LINE] =
         "Invalid status line or invalid request line";
-    axis2_error_messages[AXIS2_ERROR_INVALID_TRANSPORT_PROTOCOL] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_TRANSPORT_PROTOCOL] =
         "Transport protocol is unsupported by axis2";
-    axis2_error_messages[AXIS2_ERROR_NULL_BODY] =
+    axutil_error_messages[AXIS2_ERROR_NULL_BODY] =
         "No body present in the request or the response";
-    axis2_error_messages[AXIS2_ERROR_NULL_CONFIGURATION_CONTEXT] =
+    axutil_error_messages[AXIS2_ERROR_NULL_CONFIGURATION_CONTEXT] =
         "A valid conf_ctx is reqd for the http worker";
-    axis2_error_messages[AXIS2_ERROR_NULL_HTTP_VERSION] =
+    axutil_error_messages[AXIS2_ERROR_NULL_HTTP_VERSION] =
         "HTTP version cannot be null in the status/request line";
-    axis2_error_messages[AXIS2_ERROR_NULL_IN_STREAM_IN_MSG_CTX] =
+    axutil_error_messages[AXIS2_ERROR_NULL_IN_STREAM_IN_MSG_CTX] =
         "Input stream is NULL in msg_ctx";
-    axis2_error_messages[AXIS2_ERROR_NULL_OM_OUTPUT] =
+    axutil_error_messages[AXIS2_ERROR_NULL_OM_OUTPUT] =
         "OM output is NULL";
-    axis2_error_messages[AXIS2_ERROR_NULL_SOAP_ENVELOPE_IN_MSG_CTX] =
+    axutil_error_messages[AXIS2_ERROR_NULL_SOAP_ENVELOPE_IN_MSG_CTX] =
         "Null soap envelope in msg_ctx";
-    axis2_error_messages[AXIS2_ERROR_NULL_STREAM_IN_CHUNKED_STREAM] =
+    axutil_error_messages[AXIS2_ERROR_NULL_STREAM_IN_CHUNKED_STREAM] =
         "NULL stream in the http chunked stream";
-    axis2_error_messages[AXIS2_ERROR_NULL_STREAM_IN_RESPONSE_BODY] =
+    axutil_error_messages[AXIS2_ERROR_NULL_STREAM_IN_RESPONSE_BODY] =
         "We got a NULL strem in the response body";
-    axis2_error_messages[AXIS2_ERROR_NULL_URL] =
+    axutil_error_messages[AXIS2_ERROR_NULL_URL] =
         "URL NULL in http client";
-    axis2_error_messages[AXIS2_ERROR_OUT_TRNSPORT_INFO_NULL] =
+    axutil_error_messages[AXIS2_ERROR_OUT_TRNSPORT_INFO_NULL] =
         "We need transport_info in msg_ctx";
-    axis2_error_messages[AXIS2_ERROR_RESPONSE_CONTENT_TYPE_MISSING] =
+    axutil_error_messages[AXIS2_ERROR_RESPONSE_CONTENT_TYPE_MISSING] =
         "Content-Type header missing in HTTP response";
-    axis2_error_messages[AXIS2_ERROR_RESPONSE_TIMED_OUT] =
+    axutil_error_messages[AXIS2_ERROR_RESPONSE_TIMED_OUT] =
         "Response timed out";
-    axis2_error_messages[AXIS2_ERROR_SOAP_ENVELOPE_OR_SOAP_BODY_NULL] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_ENVELOPE_OR_SOAP_BODY_NULL] =
         "SOAP envelope or SOAP body NULL";
-    axis2_error_messages[AXIS2_ERROR_SSL_ENGINE] =
+    axutil_error_messages[AXIS2_ERROR_SSL_ENGINE] =
         "Error occured in SSL engine";
-    axis2_error_messages[AXIS2_ERROR_SSL_NO_CA_FILE] =
+    axutil_error_messages[AXIS2_ERROR_SSL_NO_CA_FILE] =
         "Either axis2c cannot find certificates or the env variable is not set";
-    axis2_error_messages[AXIS2_ERROR_WRITING_RESPONSE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_RESPONSE] =
         "Error in writing the response in response writer";
-    axis2_error_messages[AXIS2_ERROR_REQD_PARAM_MISSING] =
+    axutil_error_messages[AXIS2_ERROR_REQD_PARAM_MISSING] =
         "Required parameter is missing in url encoded request";
-    axis2_error_messages[AXIS2_ERROR_UNSUPPORTED_SCHEMA_TYPE] =
+    axutil_error_messages[AXIS2_ERROR_UNSUPPORTED_SCHEMA_TYPE] =
         " Unsuppoted schema type in REST";
-    axis2_error_messages[AXIS2_ERROR_SVC_OR_OP_NOT_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_SVC_OR_OP_NOT_FOUND] =
         "Service or operation not found";
     /* mod_addr */
 
     /* platforms */
 
     /* utils */
-    axis2_error_messages[AXIS2_ERROR_COULD_NOT_OPEN_FILE] =
+    axutil_error_messages[AXIS2_ERROR_COULD_NOT_OPEN_FILE] =
         "Could not open the file";
-    axis2_error_messages[AXIS2_ERROR_DLL_CREATE_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_DLL_CREATE_FAILED] =
         "Failed in creating DLL";
-    axis2_error_messages[AXIS2_ERROR_DLL_LOADING_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_DLL_LOADING_FAILED] =
         "DLL loading failed";
-    axis2_error_messages[AXIS2_ERROR_ENVIRONMENT_IS_NULL] =
+    axutil_error_messages[AXIS2_ERROR_ENVIRONMENT_IS_NULL] =
         "Environment passed is null";
-    axis2_error_messages[AXIS2_ERROR_FILE_NAME_NOT_SET] =
+    axutil_error_messages[AXIS2_ERROR_FILE_NAME_NOT_SET] =
         "Axis2 File does not have a file name";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_DLL_DESC] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_DLL_DESC] =
         "dll description has invalid state of not having valid dll create function, \
         of valid delete function or valid dll_handler";
-    axis2_error_messages[AXIS2_ERROR_HANDLER_CREATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_HANDLER_CREATION_FAILED] =
         "Failed in creating Handler";
-    axis2_error_messages[AXIS2_ERROR_INDEX_OUT_OF_BOUNDS] =
+    axutil_error_messages[AXIS2_ERROR_INDEX_OUT_OF_BOUNDS] =
         "Array list index out of bounds";
-    axis2_error_messages[AXIS2_ERROR_INVALID_ADDRESS] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_ADDRESS] =
         "Invalid IP or hostname";
-    axis2_error_messages[AXIS2_ERROR_INVALID_FD] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_FD] =
         "Trying to do operation on invalid file descriptor";
-    axis2_error_messages[AXIS2_ERROR_INVALID_SOCKET] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_SOCKET] =
         "Trying to do operation on closed/not opened socket";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_PARAM] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_PARAM] =
         "Parameter not set";
-    axis2_error_messages[AXIS2_ERROR_MODULE_CREATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_MODULE_CREATION_FAILED] =
         "Module create failed";
-    axis2_error_messages[AXIS2_ERROR_MSG_RECV_CREATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_MSG_RECV_CREATION_FAILED] =
         "Failed in creating Message Receiver";
-    axis2_error_messages[AXIS2_ERROR_NO_SUCH_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_NO_SUCH_ELEMENT] =
         "No such element";
-    axis2_error_messages[AXIS2_ERROR_SOCKET_BIND_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_SOCKET_BIND_FAILED] =
         "Socket bind failed. Another process may be already using this port";
-    axis2_error_messages[AXIS2_ERROR_SOCKET_ERROR] =
+    axutil_error_messages[AXIS2_ERROR_SOCKET_ERROR] =
         "Error creating a socket. Most probably error returned by OS";
-    axis2_error_messages[AXIS2_ERROR_SOCKET_LISTEN_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_SOCKET_LISTEN_FAILED] =
         "Listen failed for the server socket";
-    axis2_error_messages[AXIS2_ERROR_SVC_SKELETON_CREATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_SVC_SKELETON_CREATION_FAILED] =
         "Failed in creating Service Skeleton";
-    axis2_error_messages[AXIS2_ERROR_TRANSPORT_RECV_CREATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_TRANSPORT_RECV_CREATION_FAILED] =
         "Failed in creating Transport Receiver";
-    axis2_error_messages[AXIS2_ERROR_TRANSPORT_SENDER_CREATION_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_TRANSPORT_SENDER_CREATION_FAILED] =
         "Failed in creating Transport Sender";
-    axis2_error_messages[AXIS2_ERROR_UUID_GEN_FAILED] =
+    axutil_error_messages[AXIS2_ERROR_UUID_GEN_FAILED] =
         "Generation of platform dependent uuid failed";
-    axis2_error_messages[AXIS2_ERROR_POSSIBLE_DEADLOCK]=
+    axutil_error_messages[AXIS2_ERROR_POSSIBLE_DEADLOCK]=
        "Possible deadlock";
     /* wsdl */
-    axis2_error_messages[AXIS2_ERROR_INTERFACE_OR_PORT_TYPE_NOT_FOUND_FOR_THE_BINDING] =
+    axutil_error_messages[AXIS2_ERROR_INTERFACE_OR_PORT_TYPE_NOT_FOUND_FOR_THE_BINDING] =
         "Interface or Port Type not found for the binding";
-    axis2_error_messages[AXIS2_ERROR_INTERFACES_OR_PORTS_NOT_FOUND_FOR_PARTIALLY_BUILT_WOM] =
+    axutil_error_messages[AXIS2_ERROR_INTERFACES_OR_PORTS_NOT_FOUND_FOR_PARTIALLY_BUILT_WOM] =
         "Interfaces or Ports not found for the partially built WOM";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_WSDL_OP] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_WSDL_OP] =
         "Wsdl op accessed has invalid state";
-    axis2_error_messages[AXIS2_ERROR_INVALID_STATE_WSDL_SVC] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_STATE_WSDL_SVC] =
         "Wsdl Service accessed has invalid state";
-    axis2_error_messages[AXIS2_ERROR_MEP_CANNOT_DETERMINE_MEP] =
+    axutil_error_messages[AXIS2_ERROR_MEP_CANNOT_DETERMINE_MEP] =
         "Cannot determine MEP";
-    axis2_error_messages[AXIS2_ERROR_WSDL_BINDING_NAME_IS_REQUIRED] =
+    axutil_error_messages[AXIS2_ERROR_WSDL_BINDING_NAME_IS_REQUIRED] =
         "Wsdl binding name is cannot be NULL(Is required)";
-    axis2_error_messages[AXIS2_ERROR_WSDL_INTERFACE_NAME_IS_REQUIRED] =
+    axutil_error_messages[AXIS2_ERROR_WSDL_INTERFACE_NAME_IS_REQUIRED] =
         " PortType/Interface name cannot be null(Required)";
-    axis2_error_messages[AXIS2_ERROR_WSDL_PARSER_INVALID_STATE] =
+    axutil_error_messages[AXIS2_ERROR_WSDL_PARSER_INVALID_STATE] =
         "Wsdl parsing has resulted in an invalid state";
-    axis2_error_messages[AXIS2_ERROR_WSDL_SVC_NAME_IS_REQUIRED] =
+    axutil_error_messages[AXIS2_ERROR_WSDL_SVC_NAME_IS_REQUIRED] =
         " Wsdl svc name cannot be null(Required)";
     /* xml */
 
     /* xml:attachments */
 
     /* xml:om */
-    axis2_error_messages[AXIS2_ERROR_BUILDER_DONE_CANNOT_PULL] =
+    axutil_error_messages[AXIS2_ERROR_BUILDER_DONE_CANNOT_PULL] =
         "Builder done with pulling. Cannot pull any more";
-    axis2_error_messages[AXIS2_ERROR_INVALID_BUILDER_STATE_CANNOT_DISCARD] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_BUILDER_STATE_CANNOT_DISCARD] =
         "Discard faile because the builder state is invalid";
-    axis2_error_messages[AXIS2_ERROR_INVALID_BUILDER_STATE_LAST_NODE_NULL] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_BUILDER_STATE_LAST_NODE_NULL] =
         "Bulder's last node is NULL when it is not supposed to be NULL";
-    axis2_error_messages[AXIS2_ERROR_INVALID_DOCUMENT_STATE_ROOT_NULL] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_DOCUMENT_STATE_ROOT_NULL] =
         "Document root is NULL] =  when it is not supposed to be NULL";
-    axis2_error_messages[AXIS2_ERROR_INVALID_DOCUMENT_STATE_UNDEFINED_NAMESPACE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_DOCUMENT_STATE_UNDEFINED_NAMESPACE] =
         "Undefined namespace used";
-    axis2_error_messages[AXIS2_ERROR_INVALID_EMPTY_NAMESPACE_URI] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_EMPTY_NAMESPACE_URI] =
         "Error a namespace should have a valid uri";
-    axis2_error_messages[AXIS2_ERROR_ITERATOR_NEXT_METHOD_HAS_NOT_YET_BEEN_CALLED] =
+    axutil_error_messages[AXIS2_ERROR_ITERATOR_NEXT_METHOD_HAS_NOT_YET_BEEN_CALLED] =
         "next method has not been called so cannot remove"
         "an element before calling next valid for any om iterator";
-    axis2_error_messages[AXIS2_ERROR_ITERATOR_REMOVE_HAS_ALREADY_BEING_CALLED] =
+    axutil_error_messages[AXIS2_ERROR_ITERATOR_REMOVE_HAS_ALREADY_BEING_CALLED] =
         "Document root is NULL, when it is not supposed to be NULL";
-    axis2_error_messages[AXIS2_ERROR_XML_READER_ELEMENT_NULL] =
+    axutil_error_messages[AXIS2_ERROR_XML_READER_ELEMENT_NULL] =
         "axiom_xml_reader returned NULL element";
-    axis2_error_messages[AXIS2_ERROR_XML_READER_VALUE_NULL] =
+    axutil_error_messages[AXIS2_ERROR_XML_READER_VALUE_NULL] =
         "axiom_xml_reader returned NULL value";
     /* xml:parser */
-    axis2_error_messages[AXIS2_ERROR_CREATING_XML_STREAM_READER] =
+    axutil_error_messages[AXIS2_ERROR_CREATING_XML_STREAM_READER] =
         "error occured creating xml stream writer";
-    axis2_error_messages[AXIS2_ERROR_CREATING_XML_STREAM_WRITER] =
+    axutil_error_messages[AXIS2_ERROR_CREATING_XML_STREAM_WRITER] =
         "error occured creating xml stream writer";
-    axis2_error_messages[AXIS2_ERROR_WRITING_ATTRIBUTE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_ATTRIBUTE] =
         "error in writing attribute";
-    axis2_error_messages[AXIS2_ERROR_WRITING_ATTRIBUTE_WITH_NAMESPACE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_ATTRIBUTE_WITH_NAMESPACE] =
         "error in writing attribute with namespace";
-    axis2_error_messages[AXIS2_ERROR_WRITING_ATTRIBUTE_WITH_NAMESPACE_PREFIX] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_ATTRIBUTE_WITH_NAMESPACE_PREFIX] =
         "error in writing attribute with namespace prefix";
-    axis2_error_messages[AXIS2_ERROR_WRITING_COMMENT] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_COMMENT] =
         "error in writing comment";
-    axis2_error_messages[AXIS2_ERROR_WRITING_DATA_SOURCE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_DATA_SOURCE] =
         "error in writing data source";
-    axis2_error_messages[AXIS2_ERROR_WRITING_DEFAULT_NAMESPACE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_DEFAULT_NAMESPACE] =
         "error in writing default namespace";
-    axis2_error_messages[AXIS2_ERROR_WRITING_DTD] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_DTD] =
         "error in writing dtd";
-    axis2_error_messages[AXIS2_ERROR_WRITING_EMPTY_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_EMPTY_ELEMENT] =
         "error occured in writing empty element";
-    axis2_error_messages[AXIS2_ERROR_WRITING_EMPTY_ELEMENT_WITH_NAMESPACE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_EMPTY_ELEMENT_WITH_NAMESPACE] =
         "error occured in writing empty element with namespace";
-    axis2_error_messages[AXIS2_ERROR_WRITING_EMPTY_ELEMENT_WITH_NAMESPACE_PREFIX] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_EMPTY_ELEMENT_WITH_NAMESPACE_PREFIX] =
         "error in writing empty element with namespace prefix";
-    axis2_error_messages[AXIS2_ERROR_WRITING_END_DOCUMENT] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_END_DOCUMENT] =
         "error occured in writing end document in xml writer";
-    axis2_error_messages[AXIS2_ERROR_WRITING_END_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_END_ELEMENT] =
         "error occured in writing end element in xml writer";
-    axis2_error_messages[AXIS2_ERROR_WRITING_PROCESSING_INSTRUCTION] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_PROCESSING_INSTRUCTION] =
         "error in writing processing instruction";
-    axis2_error_messages[AXIS2_ERROR_WRITING_START_DOCUMENT] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_START_DOCUMENT] =
         "error occured in writing start element in start document in xml writer";
-    axis2_error_messages[AXIS2_ERROR_WRITING_START_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_START_ELEMENT] =
         "error occured in writing start element in xml writer";
-    axis2_error_messages[AXIS2_ERROR_WRITING_START_ELEMENT_WITH_NAMESPACE] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_START_ELEMENT_WITH_NAMESPACE] =
         "error occured in writing start element with namespace in xml writer";
-    axis2_error_messages[AXIS2_ERROR_WRITING_START_ELEMENT_WITH_NAMESPACE_PREFIX] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_START_ELEMENT_WITH_NAMESPACE_PREFIX] =
         "error occured in writing start element with namespace prefix";
-    axis2_error_messages[AXIS2_ERROR_WRITING_CDATA] =
+    axutil_error_messages[AXIS2_ERROR_WRITING_CDATA] =
         "error in writing cdata section";
-    axis2_error_messages[AXIS2_ERROR_XML_PARSER_INVALID_MEM_TYPE] =
+    axutil_error_messages[AXIS2_ERROR_XML_PARSER_INVALID_MEM_TYPE] =
         "AXIS2_XML_PARSER_TYPE_BUFFER or AXIS2_XML_PARSER_TYPE_DOC is expected";
 
     /* invalid type passed */
-    axis2_error_messages[AXIS2_ERROR_INVALID_BASE_TYPE] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_BASE_TYPE] =
         "invalid type passed";
-    axis2_error_messages[AXIS2_ERROR_INVALID_SOAP_NAMESPACE_URI] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_SOAP_NAMESPACE_URI] =
         "invalid soap namespace uri found";
-    axis2_error_messages[AXIS2_ERROR_INVALID_SOAP_VERSION] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_SOAP_VERSION] =
         "Invalid SOAP version";
-    axis2_error_messages[AXIS2_ERROR_INVALID_VALUE_FOUND_IN_MUST_UNDERSTAND] =
+    axutil_error_messages[AXIS2_ERROR_INVALID_VALUE_FOUND_IN_MUST_UNDERSTAND] =
         "invalid value found in must understand";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_CODE_ELEMENTS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_CODE_ELEMENTS_ENCOUNTERED] =
         "multiple  fault code elements encountered in soap fault";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_DETAIL_ELEMENTS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_DETAIL_ELEMENTS_ENCOUNTERED] =
         "multiple fault detail elements encountered in soap fault";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_NODE_ELEMENTS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_NODE_ELEMENTS_ENCOUNTERED] =
         "multiple fault node elements encountered in soap fault";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_REASON_ELEMENTS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_REASON_ELEMENTS_ENCOUNTERED] =
         "multiple fault reason elements encountered in soap fault";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_ROLE_ELEMENTS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_ROLE_ELEMENTS_ENCOUNTERED] =
         "multiple fault role elements encountered in soap fault ";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_SUB_CODE_VALUES_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_SUB_CODE_VALUES_ENCOUNTERED] =
         "multiple fault subcode value elements encountered";
-    axis2_error_messages[AXIS2_ERROR_MULTIPLE_VALUE_ENCOUNTERED_IN_CODE_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_MULTIPLE_VALUE_ENCOUNTERED_IN_CODE_ELEMENT] =
         "multiple fault value elements encounterd";
-    axis2_error_messages[AXIS2_ERROR_MUST_UNDERSTAND_SHOULD_BE_1_0_TRUE_FALSE] =
+    axutil_error_messages[AXIS2_ERROR_MUST_UNDERSTAND_SHOULD_BE_1_0_TRUE_FALSE] =
         "must understatnd attribute should have values of true or false";
-    axis2_error_messages[AXIS2_ERROR_OM_ELEMENT_EXPECTED] =
+    axutil_error_messages[AXIS2_ERROR_OM_ELEMENT_EXPECTED] =
         "om element is expected";
-    axis2_error_messages[AXIS2_ERROR_ONLY_CHARACTERS_ARE_ALLOWED_HERE] =
+    axutil_error_messages[AXIS2_ERROR_ONLY_CHARACTERS_ARE_ALLOWED_HERE] =
         "processing soap11 fault value element should have only"
         "text as its children";
-    axis2_error_messages[AXIS2_ERROR_ONLY_ONE_SOAP_FAULT_ALLOWED_IN_BODY] =
+    axutil_error_messages[AXIS2_ERROR_ONLY_ONE_SOAP_FAULT_ALLOWED_IN_BODY] =
         "only one SOAP fault allowed in SOAP body";
-    axis2_error_messages[AXIS2_ERROR_SOAP11_FAULT_ACTOR_SHOULD_NOT_HAVE_CHILD_ELEMENTS] =
+    axutil_error_messages[AXIS2_ERROR_SOAP11_FAULT_ACTOR_SHOULD_NOT_HAVE_CHILD_ELEMENTS] =
         "AXIS2_ERROR_SOAP11_FAULT_ACTOR_SHOULD_NOT_HAVE_CHILD_ELEMENTS";
-    axis2_error_messages[AXIS2_ERROR_SOAP_BUILDER_ENVELOPE_CAN_HAVE_ONLY_HEADER_AND_BODY] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_BUILDER_ENVELOPE_CAN_HAVE_ONLY_HEADER_AND_BODY] =
         "soap builder found a child element other than header or body in envelope"
         "element";
-    axis2_error_messages[AXIS2_ERROR_SOAP_BUILDER_HEADER_BODY_WRONG_ORDER] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_BUILDER_HEADER_BODY_WRONG_ORDER] =
         "soap builder encounterd body element first and header next";
-    axis2_error_messages[AXIS2_ERROR_SOAP_BUILDER_MULTIPLE_BODY_ELEMENTS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_BUILDER_MULTIPLE_BODY_ELEMENTS_ENCOUNTERED] =
         "soap builder multiple body elements encounterd";
-    axis2_error_messages[AXIS2_ERROR_SOAP_BUILDER_MULTIPLE_HEADERS_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_BUILDER_MULTIPLE_HEADERS_ENCOUNTERED] =
         "soap builder encountered multiple headers";
-    axis2_error_messages[AXIS2_ERROR_SOAP_FAULT_CODE_DOES_NOT_HAVE_A_VALUE] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_FAULT_CODE_DOES_NOT_HAVE_A_VALUE] =
         "AXIS2_ERROR_SOAP_FAULT_CODE_DOES_NOT_HAVE_A_VALUE";
-    axis2_error_messages[AXIS2_ERROR_SOAP_FAULT_REASON_ELEMENT_SHOULD_HAVE_A_TEXT] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_FAULT_REASON_ELEMENT_SHOULD_HAVE_A_TEXT] =
         "AXIS2_ERROR_SOAP_FAULT_REASON_ELEMENT_SHOULD_HAVE_A_TEXT";
-    axis2_error_messages[AXIS2_ERROR_SOAP_FAULT_ROLE_ELEMENT_SHOULD_HAVE_A_TEXT] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_FAULT_ROLE_ELEMENT_SHOULD_HAVE_A_TEXT] =
         "soap fault role element should have a text value";
-    axis2_error_messages[AXIS2_ERROR_SOAP_FAULT_VALUE_SHOULD_BE_PRESENT_BEFORE_SUB_CODE] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_FAULT_VALUE_SHOULD_BE_PRESENT_BEFORE_SUB_CODE] =
         "soap fault value should be present before subcode element in soap fault code";
-    axis2_error_messages[AXIS2_ERROR_SOAP_MESSAGE_DOES_NOT_CONTAIN_AN_ENVELOPE] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_MESSAGE_DOES_NOT_CONTAIN_AN_ENVELOPE] =
         "soap message does not contain a soap envelope element";
-    axis2_error_messages[AXIS2_ERROR_SOAP_MESSAGE_FIRST_ELEMENT_MUST_CONTAIN_LOCAL_NAME] =
+    axutil_error_messages[AXIS2_ERROR_SOAP_MESSAGE_FIRST_ELEMENT_MUST_CONTAIN_LOCAL_NAME] =
         "soap messgae first element should have a localname";
-    axis2_error_messages[AXIS2_ERROR_THIS_LOCALNAME_IS_NOT_SUPPORTED_INSIDE_THE_REASON_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_THIS_LOCALNAME_IS_NOT_SUPPORTED_INSIDE_THE_REASON_ELEMENT] =
         "localname not supported inside a reason element";
-    axis2_error_messages[AXIS2_ERROR_THIS_LOCALNAME_IS_NOT_SUPPORTED_INSIDE_THE_SUB_CODE_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_THIS_LOCALNAME_IS_NOT_SUPPORTED_INSIDE_THE_SUB_CODE_ELEMENT] =
         "localname not supported inside the subcode element";
-    axis2_error_messages[AXIS2_ERROR_THIS_LOCALNAME_NOT_SUPPORTED_INSIDE_THE_CODE_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_THIS_LOCALNAME_NOT_SUPPORTED_INSIDE_THE_CODE_ELEMENT] =
         "localname not supported inside the code element";
-    axis2_error_messages[AXIS2_ERROR_TRANSPORT_LEVEL_INFORMATION_DOES_NOT_MATCH_WITH_SOAP] =
+    axutil_error_messages[AXIS2_ERROR_TRANSPORT_LEVEL_INFORMATION_DOES_NOT_MATCH_WITH_SOAP] =
         "transport identified soap version does not match with soap message version ";
-    axis2_error_messages[AXIS2_ERROR_UNSUPPORTED_ELEMENT_IN_SOAP_FAULT_ELEMENT] =
+    axutil_error_messages[AXIS2_ERROR_UNSUPPORTED_ELEMENT_IN_SOAP_FAULT_ELEMENT] =
         "unsupported element found in soap fault element";
-    axis2_error_messages[AXIS2_ERROR_WRONG_ELEMENT_ORDER_ENCOUNTERED] =
+    axutil_error_messages[AXIS2_ERROR_WRONG_ELEMENT_ORDER_ENCOUNTERED] =
         "wrong element order encountered ";
     /* services */
-    axis2_error_messages[AXIS2_ERROR_SVC_SKEL_INVALID_XML_FORMAT_IN_REQUEST] =
+    axutil_error_messages[AXIS2_ERROR_SVC_SKEL_INVALID_XML_FORMAT_IN_REQUEST] =
         "Invalid XML format in request";
-    axis2_error_messages[AXIS2_ERROR_SVC_SKEL_INPUT_OM_NODE_NULL] =
+    axutil_error_messages[AXIS2_ERROR_SVC_SKEL_INPUT_OM_NODE_NULL] =
         "Input OM node NULL, Probably error in SOAP request";
-    axis2_error_messages[AXIS2_ERROR_SVC_SKEL_INVALID_OPERATION_PARAMETERS_IN_SOAP_REQUEST] =
+    axutil_error_messages[AXIS2_ERROR_SVC_SKEL_INVALID_OPERATION_PARAMETERS_IN_SOAP_REQUEST] =
         "Invalid parameters for service operation in SOAP request";
 
-    axis2_error_messages[AXIS2_ERROR_WSDL_SCHEMA_IS_NULL] =
+    axutil_error_messages[AXIS2_ERROR_WSDL_SCHEMA_IS_NULL] =
         "Schema is NULL";
 
     /* repos */
-    axis2_error_messages[AXIS2_ERROR_REPOS_NOT_AUTHENTICATED] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_NOT_AUTHENTICATED] =
         "NOT_AUTHENTICATED";
-    axis2_error_messages[AXIS2_ERROR_REPOS_UNSUPPORTED_MODE] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_UNSUPPORTED_MODE] =
         "UNSUPPORTED_MODE";
-    axis2_error_messages[AXIS2_ERROR_REPOS_EXPIRED] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_EXPIRED] =
         "EXPIRED";
-    axis2_error_messages[AXIS2_ERROR_REPOS_NOT_IMPLEMENTED] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_NOT_IMPLEMENTED] =
         "NOT_IMPLEMENTED";
-    axis2_error_messages[AXIS2_ERROR_REPOS_NOT_FOUND] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_NOT_FOUND] =
         "NOT_FOUND";
-    axis2_error_messages[AXIS2_ERROR_REPOS_BAD_SEARCH_TEXT] =
+    axutil_error_messages[AXIS2_ERROR_REPOS_BAD_SEARCH_TEXT] =
         "BAD_SEARCH_TEXT";
 
     return AXIS2_SUCCESS;
 }
 
 AXIS2_EXTERN void AXIS2_CALL
-axis2_error_free(axis2_error_t *error)
+axutil_error_free(axutil_error_t *error)
 {
     if (error)
     {
@@ -486,15 +486,15 @@
     return;
 }
 
-AXIS2_EXTERN axis2_error_t* AXIS2_CALL
-axis2_error_create(axutil_allocator_t * allocator)
+AXIS2_EXTERN axutil_error_t* AXIS2_CALL
+axutil_error_create(axutil_allocator_t * allocator)
 {
-    axis2_error_t *error;
+    axutil_error_t *error;
     if (!allocator)
         return NULL;
 
     error =
-        (axis2_error_t *) AXIS2_MALLOC(allocator, sizeof(axis2_error_t));
+        (axutil_error_t *) AXIS2_MALLOC(allocator, sizeof(axutil_error_t));
 
     if (!error)
         return NULL;
@@ -507,19 +507,19 @@
 }
 
 AXIS2_EXTERN const axis2_char_t * AXIS2_CALL
-axis2_error_get_message(const axis2_error_t *error)
+axutil_error_get_message(const axutil_error_t *error)
 {
 	const axis2_char_t *message = NULL;
 	if (error)
 	{
 		if (error->error_number > AXIS2_ERROR_NONE && error->error_number < AXIS2_ERROR_LAST)
-			message = axis2_error_messages[error->error_number];
+			message = axutil_error_messages[error->error_number];
 		else
 		{
 			if (error->message)
 				message = error->message;
 			else if (error->error_number == AXIS2_ERROR_NONE)
-				message = axis2_error_messages[AXIS2_ERROR_NONE];
+				message = axutil_error_messages[AXIS2_ERROR_NONE];
 			else 
 				message = "Invalid Error Number";
 		}
@@ -529,15 +529,15 @@
 }
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
-axis2_error_set_error_number(axis2_error_t *error, 
-    axis2_error_codes_t error_number)
+axutil_error_set_error_number(axutil_error_t *error, 
+    axutil_error_codes_t error_number)
 {
     error->error_number = error_number;
     return AXIS2_SUCCESS;
 }
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
-axis2_error_set_status_code(axis2_error_t *error, 
+axutil_error_set_status_code(axutil_error_t *error, 
     axis2_status_codes_t status_code)
 {
     error->status_code = status_code;
@@ -545,13 +545,13 @@
 }
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
-axis2_error_get_status_code(axis2_error_t *error)
+axutil_error_get_status_code(axutil_error_t *error)
 {
     return error->status_code;
 }
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
-axis2_error_set_error_message(axis2_error_t *error, 
+axutil_error_set_error_message(axutil_error_t *error, 
     axis2_char_t *message)
 {
 	if (message)

Modified: webservices/axis2/trunk/c/util/src/thread_pool.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/thread_pool.c?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/util/src/thread_pool.c (original)
+++ webservices/axis2/trunk/c/util/src/thread_pool.c Fri Mar 30 10:56:06 2007
@@ -110,7 +110,7 @@
 AXIS2_EXTERN axutil_env_t *AXIS2_CALL
 axis2_init_thread_env(const axutil_env_t *system_env)
 {
-    axis2_error_t *error = axis2_error_create(system_env->allocator);
+    axutil_error_t *error = axutil_error_create(system_env->allocator);
     return axutil_env_create_with_error_log_thread_pool(system_env->allocator, error,
         system_env->log, system_env->thread_pool);
 }

Modified: webservices/axis2/trunk/c/util/test/util/test_log.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_log.c?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_log.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_log.c Fri Mar 30 10:56:06 2007
@@ -30,7 +30,7 @@
         printf("allocator is NULL\n");
         return NULL;
     }
-    axis2_error_t *error = axis2_error_create(allocator);
+    axutil_error_t *error = axutil_error_create(allocator);
     if (!error)
     {
         printf("cannot create error\n");

Modified: webservices/axis2/trunk/c/util/test/util/test_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_thread.c?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_thread.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_thread.c Fri Mar 30 10:56:06 2007
@@ -254,7 +254,7 @@
 
 const axutil_env_t *create_env_with_error_log()
 {
-    axis2_error_t *error = NULL;
+    axutil_error_t *error = NULL;
     axis2_log_t *log22 = NULL;
     const axutil_env_t *env = NULL;
     axutil_allocator_t *allocator = axutil_allocator_init(NULL);
@@ -263,7 +263,7 @@
         printf("allocator is NULL\n");
         return NULL;
     }
-    error = axis2_error_create(allocator);
+    error = axutil_error_create(allocator);
     if (!error)
     {
         printf("cannot create error\n");

Modified: webservices/axis2/trunk/c/util/test/util/test_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_util.c?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_util.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_util.c Fri Mar 30 10:56:06 2007
@@ -39,7 +39,7 @@
 const axutil_env_t *test_init()
 {
     axutil_allocator_t *allocator = axutil_allocator_init(NULL);
-    axis2_error_t *error = axis2_error_create(allocator);
+    axutil_error_t *error = axutil_error_create(allocator);
     const axutil_env_t *env = axutil_env_create_with_error(allocator, error);
     return env;
 }
@@ -113,7 +113,7 @@
     axis2_file_t *file = NULL;
     axis2_char_t *filename = NULL;
     axutil_allocator_t *allocator = axutil_allocator_init(NULL);
-    axis2_error_t *error = axis2_error_create(allocator);
+    axutil_error_t *error = axutil_error_create(allocator);
     const axutil_env_t *env = axutil_env_create_with_error(allocator, error);
 
     axis2_char_t *pathname = axis2_strdup(env, "/tmp/test/");
@@ -223,7 +223,7 @@
         printf("allocator is NULL\n");
         return;
     }
-    axis2_error_t *error = axis2_error_create(allocator);
+    axutil_error_t *error = axutil_error_create(allocator);
     if (!error)
     {
         printf("cannot create error\n");

Modified: webservices/axis2/trunk/c/woden/include/woden_attr_extensible.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_attr_extensible.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_attr_extensible.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_attr_extensible.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_binding_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_binding_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_binding_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_binding_element.h Fri Mar 30 10:56:06 2007
@@ -26,7 +26,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_binding_fault_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_binding_fault_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_binding_fault_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_binding_fault_element.h Fri Mar 30 10:56:06 2007
@@ -26,7 +26,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_binding_fault_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_binding_fault_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_binding_fault_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_binding_fault_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_binding_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_binding_msg_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_binding_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_binding_msg_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_binding_op_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_binding_op_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_binding_op_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_binding_op_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_component_exts.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_component_exts.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_component_exts.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_component_exts.h Fri Mar 30 10:56:06 2007
@@ -42,7 +42,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_configurable_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_configurable_component.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_configurable_component.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_configurable_component.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_configurable_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_configurable_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_configurable_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_configurable_element.h Fri Mar 30 10:56:06 2007
@@ -36,7 +36,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_desc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_desc_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_desc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_desc_element.h Fri Mar 30 10:56:06 2007
@@ -34,7 +34,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_direction.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_direction.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_direction.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_direction.h Fri Mar 30 10:56:06 2007
@@ -49,7 +49,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_documentable_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_documentable_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_documentable_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_documentable_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_documentation_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_documentation_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_documentation_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_documentation_element.h Fri Mar 30 10:56:06 2007
@@ -30,7 +30,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_element_decl.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_element_decl.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_element_decl.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_element_decl.h Fri Mar 30 10:56:06 2007
@@ -36,7 +36,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_element_extensible.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_element_extensible.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_element_extensible.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_element_extensible.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_endpoint_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_endpoint_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_endpoint_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_endpoint_element.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_ext_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_ext_deserializer.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_ext_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_ext_deserializer.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_qname.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_ext_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_ext_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_ext_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_ext_element.h Fri Mar 30 10:56:06 2007
@@ -35,7 +35,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_ext_registry.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_ext_registry.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_ext_registry.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_ext_registry.h Fri Mar 30 10:56:06 2007
@@ -26,7 +26,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_fault_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_fault_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_fault_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_fault_ref_element.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_feature_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_feature_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_feature_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_feature_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_generic_obj.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_generic_obj.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_generic_obj.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_generic_obj.h Fri Mar 30 10:56:06 2007
@@ -19,7 +19,7 @@
 #define AXIS2_GENERIC_OBJ_H
 
 #include <axis2_defines.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axutil_env.h>
 #include <axis2_utils.h>
 

Modified: webservices/axis2/trunk/c/woden/include/woden_import_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_import_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_import_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_import_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_include_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_include_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_include_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_include_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_interface_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_interface_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_interface_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_interface_element.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_interface_fault_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_interface_fault_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_interface_fault_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_interface_fault_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_interface_fault_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_interface_fault_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_interface_fault_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_interface_fault_ref_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_interface_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_interface_msg_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_interface_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_interface_msg_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_interface_op_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_interface_op_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_interface_op_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_interface_op_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_msg_label.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_msg_label.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_msg_label.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_msg_label.h Fri Mar 30 10:56:06 2007
@@ -50,7 +50,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_nc_name.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nc_name.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nc_name.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nc_name.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_nested_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nested_component.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nested_component.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nested_component.h Fri Mar 30 10:56:06 2007
@@ -32,7 +32,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_nested_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_nested_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_nested_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_nested_element.h Fri Mar 30 10:56:06 2007
@@ -35,7 +35,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_property_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_property_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_property_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_property_element.h Fri Mar 30 10:56:06 2007
@@ -36,7 +36,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_schema.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_schema.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_schema.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_schema.h Fri Mar 30 10:56:06 2007
@@ -26,7 +26,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h Fri Mar 30 10:56:06 2007
@@ -34,7 +34,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h Fri Mar 30 10:56:06 2007
@@ -35,7 +35,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_svc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_svc_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_svc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_svc_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_types_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_types_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_types_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_types_element.h Fri Mar 30 10:56:06 2007
@@ -37,7 +37,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h Fri Mar 30 10:56:06 2007
@@ -34,7 +34,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_qname.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h Fri Mar 30 10:56:06 2007
@@ -26,7 +26,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h Fri Mar 30 10:56:06 2007
@@ -28,7 +28,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h Fri Mar 30 10:56:06 2007
@@ -29,7 +29,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_xml_attr.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_xml_attr.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_xml_attr.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_xml_attr.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/include/woden_xml_char.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_xml_char.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_xml_char.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_xml_char.h Fri Mar 30 10:56:06 2007
@@ -41,7 +41,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/src/schema/woden_schema_constants.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/schema/woden_schema_constants.c?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/src/schema/woden_schema_constants.c (original)
+++ webservices/axis2/trunk/c/woden/src/schema/woden_schema_constants.c Fri Mar 30 10:56:06 2007
@@ -17,7 +17,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/woden/src/util/woden_om_util.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/util/woden_om_util.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/woden/src/util/woden_om_util.h (original)
+++ webservices/axis2/trunk/c/woden/src/util/woden_om_util.h Fri Mar 30 10:56:06 2007
@@ -27,7 +27,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 #include <axis2_hash.h>

Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h (original)
+++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h Fri Mar 30 10:56:06 2007
@@ -26,7 +26,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axis2_utils.h>
 

Modified: webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h?view=diff&rev=524208&r1=524207&r2=524208
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h (original)
+++ webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h Fri Mar 30 10:56:06 2007
@@ -25,7 +25,7 @@
 
 #include <axutil_allocator.h>
 #include <axutil_env.h>
-#include <axis2_error.h>
+#include <axutil_error.h>
 #include <axis2_string.h>
 #include <axutil_array_list.h>
 #include <axis2_hash.h>



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