标签: java maven websocket osgi atmosphere
我尝试在我的项目中集成websockets,使用Osgi blueprint,cxf和jax-rs。作为灵感,我使用了以下项目[1]。当我尝试连接到我的服务器时,收到以下错误:
org.atmosphere.runtime - 2.3.5 | Websocket protocol not supported
我不知道问题出在哪里。如何解决这个问题?
感谢。
[1] - https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/websocket_osgi