> On Sep 20, 2016, at 9:07 AM, gno...@apache.org wrote:
> 
>     <feature name="cxf-http-async" version="${project.version}">
>         <feature version="${project.version}">cxf-http</feature>
> @@ -166,6 +181,9 @@
>         <bundle 
> start-level="40">mvn:org.apache.httpcomponents/httpclient-osgi/${cxf.httpcomponents.client.version}</bundle>
>         <bundle 
> start-level="40">mvn:org.apache.httpcomponents/httpasyncclient-osgi/${cxf.httpcomponents.asyncclient.version}</bundle>
>         <bundle 
> start-level="40">mvn:org.apache.cxf/cxf-rt-transports-http-hc/${project.version}</bundle>
> +        <capability>
> +            cxf.http.provider;name=async
> +        </capability>
>     </feature>


The async is a client side only thing, not server side.  The others seem to be 
selecting the server side.  Is this setting needed here?

-- 
Daniel Kulp
dk...@apache.org <mailto:dk...@apache.org> - http://dankulp.com/blog 
<http://dankulp.com/blog>
Talend Community Coder - http://coders.talend.com <http://coders.talend.com/>

Reply via email to