From WebSocket Endpoint I try to call Singleton Service. But I an unable to use Request or Session scope from WebSocket.
(@Scope( value = "request", proxyMode = ScopedProxyMode.TARGET_CLASS))
I get Scope 'request' is not active for the current thread; For 'request' or 'session' scope on any 'ScopedProxyMode'.
Thanks for the help!