Hi Carlos,
That's right, SSE in CXF requires dedicated transport, however it is fully
compatible with the existing HTTP transport (regular endpoints). Both SSE
and non-SSE endpoints should work just fine. Here is a link to the wiki,
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75974373,
which will be a part of the official documentation section shortly.
Thanks.
Best Regards,
Andriy Redko
On Mon, Mar 12, 2018, 8:25 AM Carlos Sierra Andrés <[email protected]>
wrote:
> Hi there,
>
> as you might already know we are implementing Aries JAX-RS OSGi spec on
> top of CXF. We have found a problem when trying to add SSE support,
> because it looks like it needs to use a special "transport id", so it
> can't be used to have both regular SSE endpoints and regular endpoints
> in the same application. Is this correct or are we doing something wrong?
>
> Bests.
>
> Carlos.
>
>