Hi all,

Is it possible to bind a jaxrs:server definition in a blueprint file to the
default karaf http service?

e.g. whenever I do something like the example below, it fails due to a port
conflict with the default service.

<jaxrs:server id="myREST" address="/${archiveRestPath}">
        <jaxrs:serviceBeans>
            <ref component-id="mybean"/>
        </jaxrs:serviceBeans>
</jaxrs:server>


If so, is it possible to even further extend the default service with
providers and interceptors?

Thanks,

-- Rick

Reply via email to