Hi All, I was wondering if Meecrowave supports JAX-RS 2.1 SSE? After adding cxf-rt-rs-sse to my Maven runner POM I am able to add all the annotation to my endpoint and invoke it via a JavaScript EventSource but the injected SseEventSink and Sse values are null. The CXF example manually registers a CXF servlet so I wonder if that is the issue. Also the CXF project depends on Atmosphere (which I had to add to the scanning-package-exclude list) which I think only works with Jetty and not Tomcat. Any insight is appreciated. I do have Tomcat Web Sockets working but it would be nice to have SSE working in JAX-RS so I can easily have a reference in the endpoint to send interactive updates. Thanks,
Aaron
