Hi ... seems like a unit test if failing.  Not sure how to fix that.  But
then if you want to proceed with the build you can simply comment out the
body of the test case and proceed.

- Venkat

On 9/27/06, Jim Lynch <[EMAIL PROTECTED]> wrote:

hey all...I'm getting the following build failure and I was wondering if
someone could help out...thanks!!


testTargetWireInvocation(org.apache.tuscany.container.groovy.WireTestCase)
Time
elapsed: 0.047 sec  <<< ERROR!
java.lang.NullPointerException: Cannot invoke method greet() on null
object
        at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java
:129)
        at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod
(InvokerHelper.
java:104)
        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod
(Script
BytecodeAdapter.java:85)
        at Foo.greet(script1159323685832.groovy:1)
        at gjdk.Foo_GroovyReflector.invoke(Unknown Source)
        at groovy.lang.MetaMethod.invoke(MetaMethod.java:111)
        at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke
(MetaClassH
elper.java:636)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:345)
        at gjdk.groovy.lang.MetaClassImpl_GroovyReflector.invoke(Unknown
Source)

        at groovy.lang.MetaMethod.invoke(MetaMethod.java:111)
        at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke
(MetaClassH
elper.java:636)
        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:345)
        at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java
:144)
        at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod
(InvokerHelper.
java:104)
        at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod
(Script
BytecodeAdapter.java:85)
        at Foo.invokeMethod(script1159323685832.groovy)
        at org.apache.tuscany.container.groovy.GroovyInvoker.invokeTarget
(Groovy
Invoker.java:64)
        at org.apache.tuscany.container.groovy.GroovyInvoker.invoke
(GroovyInvoke
r.java:72)
        at org.apache.tuscany.core.wire.InvokerInterceptor.invoke
(InvokerInterce
ptor.java:44)
        at
org.apache.tuscany.core.wire.AbstractInboundInvocationHandler.invoke(
AbstractInboundInvocationHandler.java:66)
        at
org.apache.tuscany.core.wire.jdk.JDKInboundInvocationHandler.invoke(J
DKInboundInvocationHandler.java:108)
        at $Proxy9.greet(Unknown Source)
        at
org.apache.tuscany.container.groovy.WireTestCase.testTargetWireInvoca
tion(WireTestCase.java:173)

Running org.apache.tuscany.container.groovy.ImplementationLoaderTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running
org.apache.tuscany.container.groovy.GroovyComponentTypeLoaderTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec

Results :

Tests in error:
  testTargetWireInvocation(
org.apache.tuscany.container.groovy.WireTestCase)


Reply via email to