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 di...@apache.org on 2006/09/01 21:38:30 UTC

svn commit: r439434 - /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl

Author: dims
Date: Fri Sep  1 12:38:29 2006
New Revision: 439434

URL: http://svn.apache.org/viewvc?rev=439434&view=rev
Log:
trying to fix javac parser stack over flow error

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl?rev=439434&r1=439433&r2=439434&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl Fri Sep  1 12:38:29 2006
@@ -2773,7 +2773,7 @@
                                                        javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception{
 
               <xsl:for-each select="type">
-                <xsl:if test="position() &gt; 1">else </xsl:if> if (
+                  if (
                   "<xsl:value-of select="@nsuri"/>".equals(namespaceURI) &amp;&amp;
                   "<xsl:value-of select="@shortname"/>".equals(typeName)){
                    <xsl:choose>



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