Raymond,
The latest src distribution builds fine for me with a clean .m2 repo on OS X
right out of the box.

On 5/24/07, Raymond Feng <[EMAIL PROTECTED]> wrote:

Hi,

I grabbed the latest RC src distro and tried to build it locally after
removing the local maven repo. But now I saw a test case failure as shown
below.

Can somebody else try it?

The wierd thing is that if I tried to build the failing module again, then
it passed.

Thanks,
Raymond

[INFO] Surefire report directory:
C:\Apache\tuscany-sca-0.90-incubating-src\ites
t\wsdl\target\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.itest.WSDLTestCase
log4j:WARN No appenders could be found for logger
(org.apache.axiom.om.util.StAX
Utils).
log4j:WARN Please initialize the log4j system properly.
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.906sec
Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.579 sec
<<< FA
ILURE!
testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time
elapsed:
4.547 sec  <<< ERROR!
org.apache.axis2.AxisFault: The service cannot be found for the endpoint
referen
ce (EPR) http://localhost:8080/AccountService1a2b3a4a
        at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.j
ava:434)
        at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisO
peration.java:373)
        at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAx
isOperation.java:294)
        at
org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invokeTarget
(Axis2BindingInvoker.java:92)
        at
org.apache.tuscany.sca.binding.axis2.Axis2BindingInvoker.invoke(Axis2
BindingInvoker.java:71)
        at
org.apache.tuscany.core.databinding.wire.DataTransformationInteceptor
.invoke(DataTransformationInteceptor.java:68)
        at
org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
ke(AbstractInvocationHandler.java:84)
        at
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:73)
        at $Proxy9.createAccount(Unknown Source)
        at
bigbank.account.services.accountdata.AccountServiceClientImpl.createA
ccount(AccountServiceClientImpl.java:41)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        at
org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
er.invokeTarget(JavaTargetInvoker.java:112)
        at
org.apache.tuscany.sca.implementation.java.invocation.JavaTargetInvok
er.invoke(JavaTargetInvoker.java:134)
        at
org.apache.tuscany.sca.implementation.java.invocation.PassByValueInvo
ker.invoke(PassByValueInvoker.java:61)
        at
org.apache.tuscany.sca.implementation.java.invocation.TargetInvokerIn
voker.invoke(TargetInvokerInvoker.java:46)
        at
org.apache.tuscany.sca.core.invocation.AbstractInvocationHandler.invo
ke(AbstractInvocationHandler.java:84)
        at
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JD
KInvocationHandler.java:73)
        at $Proxy9.createAccount(Unknown Source)
        at
org.apache.tuscany.sca.itest.SDOWSDLTestCase.doit(SDOWSDLTestCase.jav
a:79)
        at
org.apache.tuscany.sca.itest.SDOWSDLTestCase.testClient1a2a3a4a(SDOWS
DLTestCase.java:52)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:64)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        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.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:64)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:615)
        at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Su
refireBooter.java:290)
        at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.j
ava:818)


Results :

Tests in error:
  testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)

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

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 29 minutes 44 seconds
[INFO] Finished at: Thu May 24 09:04:57 PDT 2007
[INFO] Final Memory: 38M/69M
[INFO]
------------------------------------------------------------------------


----- Original Message -----
From: "ant elder" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, May 24, 2007 7:19 AM
Subject: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2


> Please review and vote on the 0.90 release artifacts of Tuscany SCA for
> Java.
>
> The artifacts are available for review at:
> http://people.apache.org/~antelder/tuscany/0.90-rc2/
>
> This includes the binary and source distributions, the RAT reports, and
> the
> Maven staging repository.
>
> The SVN tag for the release is:
>
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/sca/0.90-incubating/
>
> Looks ok to me so here's my +1.
>
> Thanks in advance,
>
>   ...ant
>


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


Reply via email to