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 th...@apache.org on 2006/11/09 13:48:37 UTC

svn commit: r472884 - /webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl

Author: thilina
Date: Thu Nov  9 04:48:37 2006
New Revision: 472884

URL: http://svn.apache.org/viewvc?view=rev&rev=472884
Log:
applying the patch given at http://issues.apache.org/jira/browse/AXIS2C-398
Thanks Milinda

Modified:
    webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl?view=diff&rev=472884&r1=472883&r2=472884
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl Thu Nov  9 04:48:37 2006
@@ -1127,7 +1127,7 @@
                                           element = AXIS2_MALLOC( env-> allocator, 64);
                                           (*(<xsl:value-of select="$nativePropertyType"/>*)element) = (char)atoi(text_value);
                                           AXIS2_ARRAY_LIST_ADD_AT( arr_list, env, i, element);
-                                        </xsl:when>>
+                                        </xsl:when>
                                         <xsl:when test="$nativePropertyType='int'">
                                           text_value = AXIOM_ELEMENT_GET_TEXT(current_element, env, current_node );
                                           /** we keeps ints in arrays from their pointers */



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