You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Dennis Sosnoski <dm...@sosnoski.com> on 2008/10/28 20:20:52 UTC

[AXIS2] Build failure in SAAJ

I'm unable to build Axis2, after a fresh checkout from svn, using "mvn 
clean install". It consistently fails during the SAAJ module build, with 
an error on the SAAJResultTest:

-------------------------------------------------------------------------------
Test set: org.apache.axis2.saaj.SAAJResultTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.012 
sec <<< FAILURE!
testGetResult(org.apache.axis2.saaj.SAAJResultTest)  Time elapsed: 0.005 
sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
    at junit.framework.Assert.fail(Assert.java:47)
    at junit.framework.Assert.assertTrue(Assert.java:20)
    at junit.framework.Assert.assertNull(Assert.java:227)
    at junit.framework.Assert.assertNull(Assert.java:220)
    at 
org.apache.axis2.saaj.SAAJResultTest.testGetResult(SAAJResultTest.java:59)
...

I'm running on Mandriva Linux, Sun Java version 1.6.0_10. Am I the only 
one experiencing this problem?

Thanks,

  - Dennis

-- 
Dennis M. Sosnoski
SOA and Web Services in Java
Axis2 Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117


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


Re: [AXIS2] Build failure in SAAJ

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
Thanks, that fixes the build on 1.6.

  - Dennis


Jarek Gawor wrote:
> This does not fail on Java 5. Anyway, committed a simple/temporary fix
> to the test.
>
> Jarek
>
> On Tue, Oct 28, 2008 at 3:20 PM, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>   
>> I'm unable to build Axis2, after a fresh checkout from svn, using "mvn clean
>> install". It consistently fails during the SAAJ module build, with an error
>> on the SAAJResultTest:
>>
>> -------------------------------------------------------------------------------
>> Test set: org.apache.axis2.saaj.SAAJResultTest
>> -------------------------------------------------------------------------------
>> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
>> <<< FAILURE!
>> testGetResult(org.apache.axis2.saaj.SAAJResultTest)  Time elapsed: 0.005 sec
>>  <<< FAILURE!
>> junit.framework.AssertionFailedError: null
>>   at junit.framework.Assert.fail(Assert.java:47)
>>   at junit.framework.Assert.assertTrue(Assert.java:20)
>>   at junit.framework.Assert.assertNull(Assert.java:227)
>>   at junit.framework.Assert.assertNull(Assert.java:220)
>>   at
>> org.apache.axis2.saaj.SAAJResultTest.testGetResult(SAAJResultTest.java:59)
>> ...
>>
>> I'm running on Mandriva Linux, Sun Java version 1.6.0_10. Am I the only one
>> experiencing this problem?
>>
>> Thanks,
>>
>>  - Dennis
>>
>> --
>> Dennis M. Sosnoski
>> SOA and Web Services in Java
>> Axis2 Training and Consulting
>> http://www.sosnoski.com - http://www.sosnoski.co.nz
>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-dev-help@ws.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>   

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


Re: [AXIS2] Build failure in SAAJ

Posted by Jarek Gawor <jg...@gmail.com>.
This does not fail on Java 5. Anyway, committed a simple/temporary fix
to the test.

Jarek

On Tue, Oct 28, 2008 at 3:20 PM, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> I'm unable to build Axis2, after a fresh checkout from svn, using "mvn clean
> install". It consistently fails during the SAAJ module build, with an error
> on the SAAJResultTest:
>
> -------------------------------------------------------------------------------
> Test set: org.apache.axis2.saaj.SAAJResultTest
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
> <<< FAILURE!
> testGetResult(org.apache.axis2.saaj.SAAJResultTest)  Time elapsed: 0.005 sec
>  <<< FAILURE!
> junit.framework.AssertionFailedError: null
>   at junit.framework.Assert.fail(Assert.java:47)
>   at junit.framework.Assert.assertTrue(Assert.java:20)
>   at junit.framework.Assert.assertNull(Assert.java:227)
>   at junit.framework.Assert.assertNull(Assert.java:220)
>   at
> org.apache.axis2.saaj.SAAJResultTest.testGetResult(SAAJResultTest.java:59)
> ...
>
> I'm running on Mandriva Linux, Sun Java version 1.6.0_10. Am I the only one
> experiencing this problem?
>
> Thanks,
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> SOA and Web Services in Java
> Axis2 Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

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