Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Grails-plugin: injected service in WS-ServiceImpl must not be NULL #20

Open
glassfishrobot opened this issue Aug 5, 2008 · 4 comments

Comments

@glassfishrobot
Copy link
Contributor

Please see sample app in issue #19, install metro plugin

grails run-app

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]

@glassfishrobot
Copy link
Contributor Author

Reported by [email protected]

@glassfishrobot
Copy link
Contributor Author

Was assigned to snajper

@glassfishrobot
Copy link
Contributor Author

[email protected] said:
assigned to Martin

@glassfishrobot
Copy link
Contributor Author

This issue was imported from java.net JIRA JAX_WS_COMMONS-20

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant