I got a full update & ran the tests. I did not get any such failures. On Wed, Dec 29, 2010 at 8:29 AM, Amila Suriarachchi < [email protected]> wrote:
> ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.axis2.saaj.SOAPConnectionTest > Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 1.033 sec > <<< FAILURE! > Running org.apache.axis2.saaj.TextTest > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.325 sec > <<< FAILURE! > Running org.apache.axis2.saaj.MessageFactoryTest > Tests run: 5, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.226 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPFaultDetailTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec > Running org.apache.axis2.saaj.AttachmentSerializationTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.352 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPBodyTest > Tests run: 6, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.128 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPPartTest > Tests run: 9, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.045 sec > <<< FAILURE! > Running org.apache.axis2.saaj.AttachmentTest > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.314 sec > Running org.apache.axis2.saaj.SAAJResultTest > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec > Running org.apache.axis2.saaj.PrefixesTest > Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.016 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPMessageTest > Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.031 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPElementTest > Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec > Running org.apache.axis2.saaj.SOAPHeaderTest > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.094 sec > <<< FAILURE! > Running org.apache.axis2.saaj.integration.IntegrationTest > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.008 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPFactoryTest > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.051 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPFaultTest > Tests run: 24, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.142 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SOAPNamespaceTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec > <<< FAILURE! > Running org.apache.axis2.saaj.SAAJDetailTest > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec > Running org.apache.axis2.saaj.NodeTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec > Running org.apache.axis2.saaj.SOAPEnvelopeTest > Tests run: 19, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.073 sec > <<< FAILURE! > > Results : > > Tests in error: > testClose(org.apache.axis2.saaj.SOAPConnectionTest) > testCloseTwice(org.apache.axis2.saaj.SOAPConnectionTest) > testCallOnCloseConnection(org.apache.axis2.saaj.SOAPConnectionTest) > testGet(org.apache.axis2.saaj.SOAPConnectionTest) > testComment(org.apache.axis2.saaj.TextTest) > testCreateMessage(org.apache.axis2.saaj.MessageFactoryTest) > testCreateMessage2(org.apache.axis2.saaj.MessageFactoryTest) > testNewInstane(org.apache.axis2.saaj.MessageFactoryTest) > testParseMTOMMessage(org.apache.axis2.saaj.MessageFactoryTest) > testAttachments(org.apache.axis2.saaj.AttachmentSerializationTest) > testExtractContentAsDocument(org.apache.axis2.saaj.SOAPBodyTest) > testAddAttribute(org.apache.axis2.saaj.SOAPBodyTest) > testAddAttribute2(org.apache.axis2.saaj.SOAPBodyTest) > testAddFault(org.apache.axis2.saaj.SOAPBodyTest) > testAddSource(org.apache.axis2.saaj.SOAPPartTest) > testAddSource2(org.apache.axis2.saaj.SOAPPartTest) > testAddSource3(org.apache.axis2.saaj.SOAPPartTest) > testAddingPrefixesForChildElements(org.apache.axis2.saaj.PrefixesTest) > testAttribute(org.apache.axis2.saaj.PrefixesTest) > testAttrPrifix(org.apache.axis2.saaj.PrefixesTest) > testSaveRequired2(org.apache.axis2.saaj.SOAPMessageTest) > testHeaders(org.apache.axis2.saaj.SOAPHeaderTest) > org.apache.axis2.saaj.integration.IntegrationTest > org.apache.axis2.saaj.integration.IntegrationTest > testCreateElement2(org.apache.axis2.saaj.SOAPFactoryTest) > testFaults(org.apache.axis2.saaj.SOAPFaultTest) > testAppendSubCode(org.apache.axis2.saaj.SOAPFaultTest) > testAddFaultReasonText2(org.apache.axis2.saaj.SOAPFaultTest) > testSetFaultRole(org.apache.axis2.saaj.SOAPFaultTest) > testSetFaultNode(org.apache.axis2.saaj.SOAPFaultTest) > testHasDetail(org.apache.axis2.saaj.SOAPFaultTest) > test(org.apache.axis2.saaj.SOAPNamespaceTest) > testEnvelope(org.apache.axis2.saaj.SOAPEnvelopeTest) > testDetachHeader(org.apache.axis2.saaj.SOAPEnvelopeTest) > testDetachBody(org.apache.axis2.saaj.SOAPEnvelopeTest) > testEnvelope2(org.apache.axis2.saaj.SOAPEnvelopeTest) > testEnvelopeWithCommentInEnvelope(org.apache.axis2.saaj.SOAPEnvelopeTest) > testEnvelopeWithCommentInBody(org.apache.axis2.saaj.SOAPEnvelopeTest) > testEnvelopeWithComments(org.apache.axis2.saaj.SOAPEnvelopeTest) > testTransform(org.apache.axis2.saaj.SOAPEnvelopeTest) > testTransformWithComments(org.apache.axis2.saaj.SOAPEnvelopeTest) > > Tests run: 140, Failures: 0, Errors: 41, Skipped: 0 > > java version > > java version "1.6.0_13" > Java(TM) SE Runtime Environment (build 1.6.0_13-b03) > Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode) > > > thanks, > Amila. > > > > On Wed, Dec 29, 2010 at 3:16 AM, Andreas Veithen < > [email protected]> wrote: > >> 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] >> >> > > > -- > Amila Suriarachchi > WSO2 Inc. > blog: http://amilachinthaka.blogspot.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/> * email: **[email protected]* <[email protected]>* cell: +94 77 3320919 blog: **http://blog.afkham.org* <http://blog.afkham.org>* twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> * linked-in: **http://lk.linkedin.com/in/afkhamazeez* * * *Lean . Enterprise . Middleware* * *
