You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
05.08.2008 23:58:13 com.sun.xml.ws.server.sei.EndpointMethodHandler invoke
SCHWERWIEGEND: Cannot invoke method doAnything() on null object
java.lang.NullPointerException: Cannot invoke method doAnything() on null object
at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at
org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:784)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:198)
at de.foo.bar.ExternalService.serviceMethod(ExternalService.groovy:19)
Environment
Operating System: Linux
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered:
Please see sample app in issue #19, install metro plugin
call ExternalService with soapUI on
http://localhost:8080/sampleApp/services/ExternalService?wsdl
Exception in SOAP response and stacktracke on the shell:
05.08.2008 23:58:13 com.sun.xml.ws.server.sei.EndpointMethodHandler invoke
SCHWERWIEGEND: Cannot invoke method doAnything() on null object
java.lang.NullPointerException: Cannot invoke method doAnything() on null object
at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
at
org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:784)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:198)
at de.foo.bar.ExternalService.serviceMethod(ExternalService.groovy:19)
Environment
Operating System: Linux
Platform: All
Affected Versions
[current]
The text was updated successfully, but these errors were encountered: