Hey All, Does anyone have a working project using WebSockets? I was trying a quick prototype repurposing the CXF example but haven't had any luck:
https://github.com/apache/cxf/blob/master/distribution/src/main/release/samples/jax_rs/websocket/src/main/java/demo/jaxrs/server/CustomerService.java I keep receiving a 200 from the server, whereas 101 should be returned: [Error] WebSocket connection to 'ws://localhost:8181/cxf/sockets/infinitymachine/clock' failed: Unexpected response code: 200 Thanks, Nick
