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 Xinjun Chen <xj...@gmail.com> on 2006/07/03 04:38:41 UTC

[Axis2] build failed due to security test failure

Hi,

I am trying to build the Axis2 from SVN. I get build failure due to
the security test failures. The error messages are at the end of this
post.
As can be seen, most of the security test scenarios get failures.

I am using JDK1.4.2_11 on Windows XP. Maven version 1.0.2. I use the
command line "maven" under axis2 base directory in DOS prompt. Could
anyone suggest the reason of this build failure?

By the way, in my machine, I installed some self-signed digital certs
for SSL use, and also imported them into the CACerts keystore. Will
that be the cause of the security test failure? How can I view more
detailed error messages?


The error messages:

    [junit] Running org.apache.axis2.security.AddressingMTOMSecurityTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 14.828 sec
    [junit] [ERROR] TEST
org.apache.axis2.security.AddressingMTOMSecurityTest FAILED
    [junit] Running org.apache.axis2.security.MTOMOptimizedSecurityTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 15.906 sec
    [junit] [ERROR] TEST
org.apache.axis2.security.MTOMOptimizedSecurityTest FAILED
    [junit] Running org.apache.axis2.security.sc.ConversationScenario1Test
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 15.828 sec
    [junit] [ERROR] TEST
org.apache.axis2.security.sc.ConversationScenario1Test FAILED
    [junit] Running org.apache.axis2.security.sc.ConversationScenario2Test
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 14.203 sec
    [junit] [ERROR] TEST
org.apache.axis2.security.sc.ConversationScenario2Test FAILED
    [junit] Running org.apache.axis2.security.sc.ConversationScenario3Test
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.578 sec
    [junit] [ERROR] TEST
org.apache.axis2.security.sc.ConversationScenario3Test FAILED
    [junit] Running org.apache.axis2.security.sc.ConversationScenario4Test
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 9.593 sec
    [junit] [ERROR] TEST
org.apache.axis2.security.sc.ConversationScenario4Test FAILED
    [junit] Running org.apache.axis2.security.Scenario1Test
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.968 sec
    [junit] Running org.apache.axis2.security.Scenario2aTest
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.609 sec
    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2aTest FAILED
    [junit] Running org.apache.axis2.security.Scenario2Test
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.219 sec
    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2Test FAILED
    [junit] Running org.apache.axis2.security.Scenario3Test
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.484 sec
    [junit] [ERROR] TEST org.apache.axis2.security.Scenario3Test FAILED
    [junit] Running org.apache.axis2.security.Scenario4Test
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.375 sec
    [junit] [ERROR] TEST org.apache.axis2.security.Scenario4Test FAILED
    [junit] Running org.apache.axis2.security.Scenario5Test
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.078 sec
    [junit] Running org.apache.axis2.security.Scenario6Test
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.625 sec
    [junit] [ERROR] TEST org.apache.axis2.security.Scenario6Test FAILED
    [junit] Running org.apache.axis2.security.Scenario7Test
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.75 sec
    [junit] [ERROR] TEST org.apache.axis2.security.Scenario7Test FAILED
    [junit] Running org.apache.axis2.swa.EchoRawSwATest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.859 sec
    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.265 sec
    [junit] Running org.apache.axis2.tcp.TCPTwoChannelEchoRawXMLTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.453 sec
    [junit] Running org.apache.rahas.RahasSAMLTokenTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 8.829 sec
    [junit] [ERROR] TEST org.apache.rahas.RahasSAMLTokenTest FAILED
    [junit] Running samples.wsdl.perf.PerfPortTypeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.469 sec

BUILD FAILED
File...... C:\Documents and Settings\xinjun\.maven\cache\maven-multiproject-plug
in-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents
and Settings\xinjun\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
<fail> There were test failures.
Total time: 33 minutes 5 seconds
Finished at: Mon Jul 03 10:26:04 SGT 2006



Regards,
Xinjun

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


Re: [Axis2] build failed due to security test failure

Posted by Ruchith Fernando <ru...@gmail.com>.
Hi,

WSS4J leaves position 1 is for the JCE implementation of the JRE. I
think this is because of the following  [1], since we have to load the
signed BC provider.
Werner, please correct me if I'm mistaken :-)

See the log message here [2]

And as for inserting the Sun provider in position 1 all the time, I'm
not sure whether we can assume that the Sun provider will be available
all the time, for example how would it work in the case of the IBM
JRE?

Thanks,
Ruchith

[1] http://java.sun.com/products/jce/jce122_knownbugs.html
[2] http://svn.apache.org/viewvc?view=rev&revision=386294

On 7/3/06, Xinjun Chen <xj...@gmail.com> wrote:
> Hi Chuck,
>
> Thank you very much for your reply.
>
> I have already solved the problem by reinstall the JDK. In the
> previous JDK, due to some policy reason, I was forced to modify the
> default jre lib. The javax.crypto.Cipher class in the jce.jar is
> overwritten by another version. The whole jce.jar is disabled. Sun
> provider is not the first provider, and SunJSSE is disabled.
>
> Can i confirm with the team dealing with security, whether the
> security package assumes that Sun provider is the first provider in
> the list? and whether the SunJSSE will be used?
>
> If the answers are yes, could the security team modify update the code
> to insert the Sun provider as the first provider at runtime?
>
>
> Regards,
> Xinjun
>
> On 7/3/06, Chuck Williams <ch...@manawiz.com> wrote:
> > Xinjun,
> >
> > I'm not sure why you are getting these failures, but you can find the
> > details in the test reports, which are in
> > modules/integration/target/test-reports/ (substitute 'integration' for a
> > different module name if you get failures in any other modules).
> >
> > Chuck
> >
> >
> > Xinjun Chen wrote on 07/02/2006 04:38 PM:
> > > Hi,
> > >
> > > I am trying to build the Axis2 from SVN. I get build failure due to
> > > the security test failures. The error messages are at the end of this
> > > post.
> > > As can be seen, most of the security test scenarios get failures.
> > >
> > > I am using JDK1.4.2_11 on Windows XP. Maven version 1.0.2. I use the
> > > command line "maven" under axis2 base directory in DOS prompt. Could
> > > anyone suggest the reason of this build failure?
> > >
> > > By the way, in my machine, I installed some self-signed digital certs
> > > for SSL use, and also imported them into the CACerts keystore. Will
> > > that be the cause of the security test failure? How can I view more
> > > detailed error messages?
> > >
> > >
> > > The error messages:
> > >
> > >    [junit] Running org.apache.axis2.security.AddressingMTOMSecurityTest
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 14.828 sec
> > >    [junit] [ERROR] TEST
> > > org.apache.axis2.security.AddressingMTOMSecurityTest FAILED
> > >    [junit] Running org.apache.axis2.security.MTOMOptimizedSecurityTest
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 15.906 sec
> > >    [junit] [ERROR] TEST
> > > org.apache.axis2.security.MTOMOptimizedSecurityTest FAILED
> > >    [junit] Running org.apache.axis2.security.sc.ConversationScenario1Test
> > >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 15.828 sec
> > >    [junit] [ERROR] TEST
> > > org.apache.axis2.security.sc.ConversationScenario1Test FAILED
> > >    [junit] Running org.apache.axis2.security.sc.ConversationScenario2Test
> > >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 14.203 sec
> > >    [junit] [ERROR] TEST
> > > org.apache.axis2.security.sc.ConversationScenario2Test FAILED
> > >    [junit] Running org.apache.axis2.security.sc.ConversationScenario3Test
> > >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.578 sec
> > >    [junit] [ERROR] TEST
> > > org.apache.axis2.security.sc.ConversationScenario3Test FAILED
> > >    [junit] Running org.apache.axis2.security.sc.ConversationScenario4Test
> > >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 9.593 sec
> > >    [junit] [ERROR] TEST
> > > org.apache.axis2.security.sc.ConversationScenario4Test FAILED
> > >    [junit] Running org.apache.axis2.security.Scenario1Test
> > >    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.968 sec
> > >    [junit] Running org.apache.axis2.security.Scenario2aTest
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.609 sec
> > >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2aTest FAILED
> > >    [junit] Running org.apache.axis2.security.Scenario2Test
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.219 sec
> > >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2Test FAILED
> > >    [junit] Running org.apache.axis2.security.Scenario3Test
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.484 sec
> > >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario3Test FAILED
> > >    [junit] Running org.apache.axis2.security.Scenario4Test
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.375 sec
> > >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario4Test FAILED
> > >    [junit] Running org.apache.axis2.security.Scenario5Test
> > >    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.078 sec
> > >    [junit] Running org.apache.axis2.security.Scenario6Test
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.625 sec
> > >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario6Test FAILED
> > >    [junit] Running org.apache.axis2.security.Scenario7Test
> > >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.75 sec
> > >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario7Test FAILED
> > >    [junit] Running org.apache.axis2.swa.EchoRawSwATest
> > >    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.859 sec
> > >    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
> > >    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.265 sec
> > >    [junit] Running org.apache.axis2.tcp.TCPTwoChannelEchoRawXMLTest
> > >    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.453 sec
> > >    [junit] Running org.apache.rahas.RahasSAMLTokenTest
> > >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 8.829 sec
> > >    [junit] [ERROR] TEST org.apache.rahas.RahasSAMLTokenTest FAILED
> > >    [junit] Running samples.wsdl.perf.PerfPortTypeTest
> > >    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.469 sec
> > >
> > > BUILD FAILED
> > > File...... C:\Documents and
> > > Settings\xinjun\.maven\cache\maven-multiproject-plug
> > > in-1.3.1\plugin.jelly
> > > Element... maven:reactor
> > > Line...... 217
> > > Column.... 9
> > > Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> > > and
> > > Settings\xinjun\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> > > <fail> There were test failures.
> > > Total time: 33 minutes 5 seconds
> > > Finished at: Mon Jul 03 10:26:04 SGT 2006
> > >
> > >
> > >
> > > Regards,
> > > Xinjun
> > >
> > > ---------------------------------------------------------------------
> > > 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
>
>


-- 
www.ruchith.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 failed due to security test failure

Posted by Xinjun Chen <xj...@gmail.com>.
Hi Chuck,

Thank you very much for your reply.

I have already solved the problem by reinstall the JDK. In the
previous JDK, due to some policy reason, I was forced to modify the
default jre lib. The javax.crypto.Cipher class in the jce.jar is
overwritten by another version. The whole jce.jar is disabled. Sun
provider is not the first provider, and SunJSSE is disabled.

Can i confirm with the team dealing with security, whether the
security package assumes that Sun provider is the first provider in
the list? and whether the SunJSSE will be used?

If the answers are yes, could the security team modify update the code
to insert the Sun provider as the first provider at runtime?


Regards,
Xinjun

On 7/3/06, Chuck Williams <ch...@manawiz.com> wrote:
> Xinjun,
>
> I'm not sure why you are getting these failures, but you can find the
> details in the test reports, which are in
> modules/integration/target/test-reports/ (substitute 'integration' for a
> different module name if you get failures in any other modules).
>
> Chuck
>
>
> Xinjun Chen wrote on 07/02/2006 04:38 PM:
> > Hi,
> >
> > I am trying to build the Axis2 from SVN. I get build failure due to
> > the security test failures. The error messages are at the end of this
> > post.
> > As can be seen, most of the security test scenarios get failures.
> >
> > I am using JDK1.4.2_11 on Windows XP. Maven version 1.0.2. I use the
> > command line "maven" under axis2 base directory in DOS prompt. Could
> > anyone suggest the reason of this build failure?
> >
> > By the way, in my machine, I installed some self-signed digital certs
> > for SSL use, and also imported them into the CACerts keystore. Will
> > that be the cause of the security test failure? How can I view more
> > detailed error messages?
> >
> >
> > The error messages:
> >
> >    [junit] Running org.apache.axis2.security.AddressingMTOMSecurityTest
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 14.828 sec
> >    [junit] [ERROR] TEST
> > org.apache.axis2.security.AddressingMTOMSecurityTest FAILED
> >    [junit] Running org.apache.axis2.security.MTOMOptimizedSecurityTest
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 15.906 sec
> >    [junit] [ERROR] TEST
> > org.apache.axis2.security.MTOMOptimizedSecurityTest FAILED
> >    [junit] Running org.apache.axis2.security.sc.ConversationScenario1Test
> >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 15.828 sec
> >    [junit] [ERROR] TEST
> > org.apache.axis2.security.sc.ConversationScenario1Test FAILED
> >    [junit] Running org.apache.axis2.security.sc.ConversationScenario2Test
> >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 14.203 sec
> >    [junit] [ERROR] TEST
> > org.apache.axis2.security.sc.ConversationScenario2Test FAILED
> >    [junit] Running org.apache.axis2.security.sc.ConversationScenario3Test
> >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.578 sec
> >    [junit] [ERROR] TEST
> > org.apache.axis2.security.sc.ConversationScenario3Test FAILED
> >    [junit] Running org.apache.axis2.security.sc.ConversationScenario4Test
> >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 9.593 sec
> >    [junit] [ERROR] TEST
> > org.apache.axis2.security.sc.ConversationScenario4Test FAILED
> >    [junit] Running org.apache.axis2.security.Scenario1Test
> >    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.968 sec
> >    [junit] Running org.apache.axis2.security.Scenario2aTest
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.609 sec
> >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2aTest FAILED
> >    [junit] Running org.apache.axis2.security.Scenario2Test
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.219 sec
> >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2Test FAILED
> >    [junit] Running org.apache.axis2.security.Scenario3Test
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.484 sec
> >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario3Test FAILED
> >    [junit] Running org.apache.axis2.security.Scenario4Test
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.375 sec
> >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario4Test FAILED
> >    [junit] Running org.apache.axis2.security.Scenario5Test
> >    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.078 sec
> >    [junit] Running org.apache.axis2.security.Scenario6Test
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.625 sec
> >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario6Test FAILED
> >    [junit] Running org.apache.axis2.security.Scenario7Test
> >    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.75 sec
> >    [junit] [ERROR] TEST org.apache.axis2.security.Scenario7Test FAILED
> >    [junit] Running org.apache.axis2.swa.EchoRawSwATest
> >    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.859 sec
> >    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
> >    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.265 sec
> >    [junit] Running org.apache.axis2.tcp.TCPTwoChannelEchoRawXMLTest
> >    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.453 sec
> >    [junit] Running org.apache.rahas.RahasSAMLTokenTest
> >    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 8.829 sec
> >    [junit] [ERROR] TEST org.apache.rahas.RahasSAMLTokenTest FAILED
> >    [junit] Running samples.wsdl.perf.PerfPortTypeTest
> >    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.469 sec
> >
> > BUILD FAILED
> > File...... C:\Documents and
> > Settings\xinjun\.maven\cache\maven-multiproject-plug
> > in-1.3.1\plugin.jelly
> > Element... maven:reactor
> > Line...... 217
> > Column.... 9
> > Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> > and
> > Settings\xinjun\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> > <fail> There were test failures.
> > Total time: 33 minutes 5 seconds
> > Finished at: Mon Jul 03 10:26:04 SGT 2006
> >
> >
> >
> > Regards,
> > Xinjun
> >
> > ---------------------------------------------------------------------
> > 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 failed due to security test failure

Posted by Chuck Williams <ch...@manawiz.com>.
Xinjun,

I'm not sure why you are getting these failures, but you can find the
details in the test reports, which are in
modules/integration/target/test-reports/ (substitute 'integration' for a
different module name if you get failures in any other modules).

Chuck


Xinjun Chen wrote on 07/02/2006 04:38 PM:
> Hi,
>
> I am trying to build the Axis2 from SVN. I get build failure due to
> the security test failures. The error messages are at the end of this
> post.
> As can be seen, most of the security test scenarios get failures.
>
> I am using JDK1.4.2_11 on Windows XP. Maven version 1.0.2. I use the
> command line "maven" under axis2 base directory in DOS prompt. Could
> anyone suggest the reason of this build failure?
>
> By the way, in my machine, I installed some self-signed digital certs
> for SSL use, and also imported them into the CACerts keystore. Will
> that be the cause of the security test failure? How can I view more
> detailed error messages?
>
>
> The error messages:
>
>    [junit] Running org.apache.axis2.security.AddressingMTOMSecurityTest
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 14.828 sec
>    [junit] [ERROR] TEST
> org.apache.axis2.security.AddressingMTOMSecurityTest FAILED
>    [junit] Running org.apache.axis2.security.MTOMOptimizedSecurityTest
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 15.906 sec
>    [junit] [ERROR] TEST
> org.apache.axis2.security.MTOMOptimizedSecurityTest FAILED
>    [junit] Running org.apache.axis2.security.sc.ConversationScenario1Test
>    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 15.828 sec
>    [junit] [ERROR] TEST
> org.apache.axis2.security.sc.ConversationScenario1Test FAILED
>    [junit] Running org.apache.axis2.security.sc.ConversationScenario2Test
>    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 14.203 sec
>    [junit] [ERROR] TEST
> org.apache.axis2.security.sc.ConversationScenario2Test FAILED
>    [junit] Running org.apache.axis2.security.sc.ConversationScenario3Test
>    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.578 sec
>    [junit] [ERROR] TEST
> org.apache.axis2.security.sc.ConversationScenario3Test FAILED
>    [junit] Running org.apache.axis2.security.sc.ConversationScenario4Test
>    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 9.593 sec
>    [junit] [ERROR] TEST
> org.apache.axis2.security.sc.ConversationScenario4Test FAILED
>    [junit] Running org.apache.axis2.security.Scenario1Test
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.968 sec
>    [junit] Running org.apache.axis2.security.Scenario2aTest
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.609 sec
>    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2aTest FAILED
>    [junit] Running org.apache.axis2.security.Scenario2Test
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.219 sec
>    [junit] [ERROR] TEST org.apache.axis2.security.Scenario2Test FAILED
>    [junit] Running org.apache.axis2.security.Scenario3Test
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.484 sec
>    [junit] [ERROR] TEST org.apache.axis2.security.Scenario3Test FAILED
>    [junit] Running org.apache.axis2.security.Scenario4Test
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.375 sec
>    [junit] [ERROR] TEST org.apache.axis2.security.Scenario4Test FAILED
>    [junit] Running org.apache.axis2.security.Scenario5Test
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.078 sec
>    [junit] Running org.apache.axis2.security.Scenario6Test
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.625 sec
>    [junit] [ERROR] TEST org.apache.axis2.security.Scenario6Test FAILED
>    [junit] Running org.apache.axis2.security.Scenario7Test
>    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 12.75 sec
>    [junit] [ERROR] TEST org.apache.axis2.security.Scenario7Test FAILED
>    [junit] Running org.apache.axis2.swa.EchoRawSwATest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.859 sec
>    [junit] Running org.apache.axis2.tcp.TCPEchoRawXMLTest
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.265 sec
>    [junit] Running org.apache.axis2.tcp.TCPTwoChannelEchoRawXMLTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.453 sec
>    [junit] Running org.apache.rahas.RahasSAMLTokenTest
>    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 8.829 sec
>    [junit] [ERROR] TEST org.apache.rahas.RahasSAMLTokenTest FAILED
>    [junit] Running samples.wsdl.perf.PerfPortTypeTest
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.469 sec
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\xinjun\.maven\cache\maven-multiproject-plug
> in-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> and
> Settings\xinjun\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54:
> <fail> There were test failures.
> Total time: 33 minutes 5 seconds
> Finished at: Mon Jul 03 10:26:04 SGT 2006
>
>
>
> Regards,
> Xinjun
>
> ---------------------------------------------------------------------
> 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