You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Simon Nash <na...@hursley.ibm.com> on 2008/01/02 18:29:25 UTC

Build failure from contribution-multiple itest

I just did an svn up and full build.  All was OK until I got to the
itests and contribution-multiple.  Here's the failure.  It looks like
null was returned from domain.getCompositeBuilder().  Any ideas?

   Simon

[INFO] -------------------------------------------------------------------------
---
[INFO] Building Apache Tuscany SCA Multiple Contribution Integration Tests
[INFO]    task-segment: [install]
[INFO] -------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 5 source files to H:\tuscany59\sca\itest\contribution-multiple\
target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: H:\tuscany59\sca\itest\contribution-multiple\t
arget\surefire-reports

-------------------------------------------------------
  T E S T S
-------------------------------------------------------
Running test.ContributionTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.941 sec <<< FA
ILURE!
testServiceCall(test.ContributionTestCase)  Time elapsed: 0.901 sec  <<< ERROR!
java.lang.NullPointerException
         at test.ContributionTestCase.setUp(ContributionTestCase.java:66)
         at junit.framework.TestCase.runBare(TestCase.java:132)
         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.executeTes
tSet(AbstractDirectoryTestSuite.java:138)
         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(Ab
stractDirectoryTestSuite.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(DelegatingMethodAcces
sorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:308)
         at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:879)


Results :

Tests in error:
   testServiceCall(test.ContributionTestCase)

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0



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