Author: amilas
Date: Mon Dec 6 09:05:13 2010
New Revision: 1042551
URL: http://svn.apache.org/viewvc?rev=1042551&view=rev
Log:
remane the temp variable content to listContent inorder to avoid some
compilation issues.
Modified:
axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
Modified:
axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl?rev=1042551&r1=1042550&r2=1042551&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
(original)
+++
axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl
Mon Dec 6 09:05:13 2010
@@ -2247,8 +2247,8 @@
</xsl:if>
<xsl:if test="$list">
- java.lang.String content = reader.getElementText();
- object = <xsl:value-of
select="$name"/>.Factory.fromString(reader,content);
+ java.lang.String listContent = reader.getElementText();
+ object = <xsl:value-of
select="$name"/>.Factory.fromString(reader,listContent);
</xsl:if>
<!-- populate attributes here!!!. The attributes are part of
an element, not part of a type -->