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 2008/04/02 19:35:49 UTC

svn commit: r643987 - /webservices/axis2/trunk/c/neethi/src/assertion_builder.c

Author: pini
Date: Wed Apr  2 10:35:48 2008
New Revision: 643987

URL: http://svn.apache.org/viewvc?rev=643987&view=rev
Log:
Fixing jira issue 1092

Modified:
    webservices/axis2/trunk/c/neethi/src/assertion_builder.c

Modified: webservices/axis2/trunk/c/neethi/src/assertion_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/src/assertion_builder.c?rev=643987&r1=643986&r2=643987&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/src/assertion_builder.c (original)
+++ webservices/axis2/trunk/c/neethi/src/assertion_builder.c Wed Apr  2 10:35:48 2008
@@ -20,9 +20,9 @@
 
 AXIS2_EXTERN neethi_assertion_t *AXIS2_CALL
 neethi_assertion_builder_build(
-    const axutil_env_t * env,
-    axiom_node_t * node,
-    axiom_element_t * element)
+    const axutil_env_t *env,
+    axiom_node_t *node,
+    axiom_element_t *element)
 {
 
     axis2_char_t *localname = NULL;
@@ -838,17 +838,10 @@
         AXIS2_ERROR_SET(env->error,
                         AXIS2_ERROR_NEETHI_UNKNOWN_ASSERTION,
                         AXIS2_FAILURE);
+        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Unknown Assertion");
         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI,
                         "[neethi] Unknown Assertion %s",
                         localname);
         return NULL;
-        
-        /*assertion = neethi_assertion_create(env);
-        neethi_assertion_set_value(assertion, env, NULL,
-                                   ASSERTION_TYPE_UNKNOWN);
-        neethi_assertion_set_element(assertion, env, element);
-        neethi_assertion_set_node(assertion, env, node);
-        return assertion;
-        */
     }
 }



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