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
When the custom ServiceInvoker is invoked, it's start method does nothing (i.e. you have a comment in that method saying: // nothing). While a web service class may be annotated by JAX-WS oriented annotations to, for instance, inject the WebServiceContext.
Putting the following line in the method resolves this. I'm not sure if it has further limitations or implications, but it did resolve the WebserviceContext I injected.
When the custom ServiceInvoker is invoked, it's start method does nothing (i.e. you have a comment in that method saying: // nothing). While a web service class may be annotated by JAX-WS oriented annotations to, for instance, inject the WebServiceContext.
Putting the following line in the method resolves this. I'm not sure if it has further limitations or implications, but it did resolve the WebserviceContext I injected.
The text was updated successfully, but these errors were encountered: