The Continuum build has failed with the following (probably the same as
yesterday) but I did an update earlier today and, as far as I remember, It
all went OK. I'm in the middle of a change at the moment so my build is
failing for other reasons. Anyone else seeing this locally?
Simon
[INFO]
----------------------------------------------------------------------------
[INFO] Building Apache Tuscany Simple Callback Web Services Sample
[INFO] task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/x1/continuum/working-directory/381/samples/simple-callback-ws/target
[INFO] Deleting directory
/x1/continuum/working-directory/381/samples/simple-callback-ws/target/classes
[INFO] Deleting directory
/x1/continuum/working-directory/381/samples/simple-callback-ws/target/test-classes
[INFO] Deleting directory
/x1/continuum/working-directory/381/samples/simple-callback-ws/target/site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 6 source files to
/x1/continuum/working-directory/381/samples/simple-callback-ws/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to
/x1/continuum/working-directory/381/samples/simple-callback-ws/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/x1/continuum/working-directory/381/samples/simple-callback-ws/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running simplecallback.SimpleCallbackTestCase
log4j:WARN No appenders could be found for logger (
org.apache.axiom.om.util.StAXUtils).
log4j:WARN Please initialize the log4j system properly.
Aug 7, 2007 8:41:04 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.10
Aug 7, 2007 8:41:04 AM org.apache.catalina.startup.ContextConfigdefaultWebConfig
INFO: No default web.xml
Aug 7, 2007 8:41:04 AM org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for /javax/servlet/jsp/resources/jsp_2_0.xsd
Aug 7, 2007 8:41:04 AM org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd
Aug 7, 2007 8:41:04 AM org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/jsp/resources/web-jsptaglibrary_1_2.dtd
Aug 7, 2007 8:41:04 AM org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/jsp/resources/web-jsptaglibrary_2_0.xsd
Aug 7, 2007 8:41:04 AM org.apache.catalina.startup.DigesterFactory register
WARNING: Could not get url for
/javax/servlet/resources/j2ee_web_services_1_1.xsd
Aug 7, 2007 8:41:04 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8085
Aug 7, 2007 8:41:04 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8085
addServletMapping port: 8085 path: /MyClientComponent/$callback$.myService
addServletMapping port: 8085 path: /MyServiceComponent
Main thread Thread[main,5,main]
aClientMethod on thread Thread[main,5,main]
aClientMethod return from someMethod on thread Thread[main,5,main]
Sleeping ...
Aug 7, 2007 8:41:06 AM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8085
Aug 7, 2007 8:41:06 AM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.723 sec
<<< FAILURE!
test(simplecallback.SimpleCallbackTestCase ) Time elapsed: 8.684 sec <<<
FAILURE!
junit.framework.ComparisonFailure: null expected:<-> someMethod ->
receiveResult> but was:
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at simplecallback.SimpleCallbackTestCase.test(
SimpleCallbackTestCase.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java :585)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected (TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run (TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(
OldTestClassRunner.java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet (
AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java :25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:290)
at org.apache.maven.surefire.booter.SurefireBooter.main (
SurefireBooter.java:818)