I got something similar until I did a clean and then rebuild. Unfortunately clean does not work from scratch (complains about sdo plugin). I had to do

mvn install
mvn clean
mvn install

to get a full build

:(

andy

At 15:46 04/09/2006, Jeremy Boynes wrote:
Building from root I get 5 failures in the javascript project all
similar to:

testStateless (org.apache.tuscany.container.javascript.function.ScopeTestCase)
Time elapsed: 0.227 sec  <<< ERROR!
java.lang.NoSuchMethodError:
org.apache.tuscany.spi.extension.CompositeComponentExtension.<init> (Ljava/lang/String;Lorg/apache/tuscany/spi/component/ CompositeComponent;Ljava/util/Map;)V
        at
org.apache.tuscany.core.implementation.composite.AbstractCompositeCompon ent.<init>(AbstractCompositeComponent.java:91)
        at
org.apache.tuscany.core.implementation.system.component.SystemCompositeC omponentImpl.<init>(SystemCompositeComponentImpl.java:45) at org.apache.tuscany.core.bootstrap.DefaultRuntime.<init> (DefaultRuntime.java:56) at org.apache.tuscany.core.bootstrap.DefaultRuntime.<init> (DefaultRuntime.java:48)
        at
org.apache.tuscany.core.bootstrap.DefaultBootstrapper.createRuntime (DefaultBootstrapper.java:119) at org.apache.tuscany.core.launcher.LauncherImpl.bootRuntime (LauncherImpl.java:80) at org.apache.tuscany.core.launcher.LauncherImpl.bootRuntime (LauncherImpl.java:157)
        at org.apache.tuscany.test.SCATestCase.setUp (SCATestCase.java:54)
        at
org.apache.tuscany.container.javascript.function.ScopeTestCase.setUp (ScopeTestCase.java:37)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        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.junit.JUnitTestSet.execute (JUnitTestSet.java:210)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSe t(AbstractDirectoryTestSuite.java:135)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute (AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        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:225) at org.apache.maven.surefire.booter.SurefireBooter.main (SurefireBooter.java:747)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to