Guys, Why are you continuing to commit changes to the trunk although the build is broken?
Andreas On Mon, Dec 27, 2010 at 16:51, <[email protected]> wrote: > Author: amilas > Date: Mon Dec 27 15:51:22 2010 > New Revision: 1053092 > > URL: http://svn.apache.org/viewvc?rev=1053092&view=rev > Log: > renaming the localName variable to fix AXIS2-4849 > > 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=1053092&r1=1053091&r2=1053092&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 27 15:51:22 2010 > @@ -1302,13 +1302,13 @@ > <xsl:otherwise> > <xsl:if test="not(property/@simple)"> > java.lang.String namespace = "<xsl:value-of > select="property/@nsuri"/>"; > - java.lang.String localName = "<xsl:value-of > select="$propertyName"/>"; > + java.lang.String _localName = "<xsl:value-of > select="$propertyName"/>"; > </xsl:if> > <xsl:if test="property/@simple"> > java.lang.String namespace = > parentQName.getNamespaceURI(); > - java.lang.String localName = > parentQName.getLocalPart(); > + java.lang.String _localName = > parentQName.getLocalPart(); > </xsl:if> > - writeStartElement(null, namespace, localName, > xmlWriter); > + writeStartElement(null, namespace, _localName, > xmlWriter); > > // add the type details if this is used in a > simple type > if (serializeType){ > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
