You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/06/19 20:10:53 UTC

svn commit: r956263 - /axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c

Author: nandika
Date: Sat Jun 19 18:10:53 2010
New Revision: 956263

URL: http://svn.apache.org/viewvc?rev=956263&view=rev
Log:
serialization bug in axiom fixed

Modified:
    axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c

Modified: axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c?rev=956263&r1=956262&r2=956263&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c (original)
+++ axis/axis2/c/core/trunk/axiom/src/om/om_stax_builder.c Sat Jun 19 18:10:53 2010
@@ -311,7 +311,7 @@ axiom_stax_builder_create_om_text(
         AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Cannot create axiom_text");
         return NULL;
     }
-
+    axiom_node_set_builder(node, env, om_builder);
     axiom_node_set_complete(node, env, AXIS2_TRUE);
     om_builder->lastnode = node;
     return node;