You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/06/26 10:23:57 UTC

svn commit: r550735 - /webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c

Author: dinesh
Date: Tue Jun 26 01:23:57 2007
New Revision: 550735

URL: http://svn.apache.org/viewvc?view=rev&rev=550735
Log:
guththila attribute serialization bug fixed

Modified:
    webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c

Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c?view=diff&rev=550735&r1=550734&r2=550735
==============================================================================
--- webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c (original)
+++ webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c Tue Jun 26 01:23:57 2007
@@ -690,6 +690,9 @@
 		}
 		return GUTHTHILA_SUCCESS;
 	}
+	if (nmsp_found)
+        return GUTHTHILA_SUCCESS;
+
 	return GUTHTHILA_FAILURE;
 }
 



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