You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2019/03/15 14:56:00 UTC

[jira] [Created] (CAMEL-13332) camel-undertow: xnio-nio not installed

Grzegorz Grzybek created CAMEL-13332:
----------------------------------------

             Summary: camel-undertow: xnio-nio not installed
                 Key: CAMEL-13332
                 URL: https://issues.apache.org/jira/browse/CAMEL-13332
             Project: Camel
          Issue Type: Task
          Components: karaf, osgi
            Reporter: Grzegorz Grzybek
            Assignee: Grzegorz Grzybek


xnio-api has:
{noformat}
Require-Capability: osgi.service;effective:=active;filter:="(objectCla
 ss=org.xnio.Xnio)",osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"
{noformat}

xnio-nio has:
{noformat}
Provide-Capability: osgi.service;objectClass="org.xnio.Xnio";name=xnio
{noformat}

so {{camel-undertow}} feature should include both bundles in order to be resolved.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)