Hi Mike,

I've just done a clean of my .m2 repository and a complete rebuild from
incubator/tuscany/java with SVN revision 656738. I can build the modules but
I get a failure in the helloworld-bpel sample (see [1] below). I've built it
several times and it reliably fails for me.

I then went into the samples directory and rebuilt them 10+ times and I
still do not get any failures.


Following on from ant's comment of it being an intermittent fault, it might
be a timing issue. The machine I am building on is fairly quick. It is a 4
core 3.8 GHz RedHat Enterprise 5 Linux server. Perhaps my machine is fast
enough not to show the problem?

Thanks,

Mark


[1] Test failure in helloworld-bpel


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running helloworld.BPELHelloWorldTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.329 sec
<<< FAILURE!
testInvoke(helloworld.BPELHelloWorldTestCase)  Time elapsed: 10.304 sec  <<<
ERROR!
org.apache.tuscany.sca.databinding.TransformationException: No wrapper
handler is provided for databinding: null
        at
org.apache.tuscany.sca.core.databinding.transformers.Input2InputTransformer.
getWrapperHandler(Input2InputTransformer.java:206)
        at
org.apache.tuscany.sca.core.databinding.transformers.Input2InputTransformer.
transform(Input2InputTransformer.java:112)
        at
org.apache.tuscany.sca.core.databinding.transformers.Input2InputTransformer.
transform(Input2InputTransformer.java:45)
        at
org.apache.tuscany.sca.databinding.impl.MediatorImpl.mediate(MediatorImpl.ja
va:79)
        at
org.apache.tuscany.sca.core.databinding.wire.DataTransformationInterceptor.t
ransform(DataTransformationInterceptor.java:186)
        at
org.apache.tuscany.sca.core.databinding.wire.DataTransformationInterceptor.i
nvoke(DataTransformationInterceptor.java:76)
        at
org.apache.tuscany.sca.binding.sca.impl.SCABindingInvoker.invoke(SCABindingI
nvoker.java:61)
        at
org.apache.tuscany.sca.core.databinding.wire.PassByValueInterceptor.invoke(P
assByValueInterceptor.java:103)
        at
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JDKInvoca
tionHandler.java:286)
        at
org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JDKInvoca
tionHandler.java:154)
        at $Proxy20.hello(Unknown Source)
        at
helloworld.BPELHelloWorldTestCase.testInvoke(BPELHelloWorldTestCase.java:56)
        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:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        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
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(Ab
stractDirectoryTestSuite.java:138)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractD
irectoryTestSuite.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(SurefireB
ooter.java:308)
        at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879
)


Results :

Tests in error: 
  testInvoke(helloworld.BPELHelloWorldTestCase)

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


> -----Original Message-----
> From: ant elder [mailto:[EMAIL PROTECTED]
> Sent: 15 May 2008 19:03
> To: tuscany-dev@ws.apache.org
> Subject: Re: Test Failures in Tutorial - Anyone else seeing these?
> 
> It seems to be intermittent, I've had two of the failures but mostly it
> works.
> 
>    ...ant
> 
> On Thu, May 15, 2008 at 6:19 PM, Jean-Sebastien Delfino <
> [EMAIL PROTECTED]> wrote:
> 
> > Mark Combellack wrote:
> >
> >> I'm running on Linux with JDK 1.5. I've not cleaned out my .m2
> repository
> >> for ages. I'll give that a go and see what happens.
> >>
> >> Mark
> >>
> >>> -----Original Message-----
> >>> From: Mike Edwards [mailto:[EMAIL PROTECTED]
> >>> Sent: 15 May 2008 17:00
> >>> To: tuscany-dev@ws.apache.org
> >>> Subject: Re: Test Failures in Tutorial - Anyone else seeing these?
> >>>
> >>> ant elder wrote:
> >>>
> >>>> I had a build going fine this morning but updated after you posted
> this
> >>>>
> >>> and
> >>>
> >>>> now I also get a HTTP 500 failure but in tutorial\catalog-mediation.
> >>>>
> >>>>   ...ant
> >>>>
> >>>> On Thu, May 15, 2008 at 2:26 PM, Mike Edwards <
> >>>> [EMAIL PROTECTED]> wrote:
> >>>>
> >>>>  Ant,
> >>>
> >>> Thanks for letting us know that you're seeing a similar problem.
> >>>
> >>> I can confirm that with the very latest from trunk as of 15:30 GMT, I
> >>> still get the same failures in
> >>> store-tests.
> >>>
> >>> I wonder what is different between our systems and Mark's?
> >>>
> >>> I'm using Windows and JDK 1.5.0_14.
> >>>
> >>> What else might be different?  I assume we're using the same level of
> >>> Jetty?
> >>>
> >>>
> >>> Yours, Mike
> >>>
> >>
> >>
> >>
> > It worked for me with SVN r656453 (from Tuesday afternoon). Since then
> > there seems have been many changes under sca/modules but not in the
> tutorial
> > itself.
> >
> > I'll try to update from HEAD and rebuild too later today to see if I see
> > the same error.
> > --
> > Jean-Sebastien
> >

Reply via email to