What kind of error did you get in the SAAJ module? Andreas
On Tue, Dec 28, 2010 at 02:47, Amila Suriarachchi <[email protected]> wrote: > > > On Mon, Dec 27, 2010 at 9:35 PM, Andreas Veithen <[email protected]> > wrote: >> >> Guys, >> >> Why are you continuing to commit changes to the trunk although the >> build is broken? > > Because this is the time I get to do some work :). But I am sure this commit > won't worse it. > > I ran the integrated tests, adb-codegen, kernal and xml beans with tests. > There were some problem with the SAAJ. > > thanks, > Amila. >> >> 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] >> > > > > -- > Amila Suriarachchi > WSO2 Inc. > blog: http://amilachinthaka.blogspot.com/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
