You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/02/24 08:36:44 UTC

[jira] [Resolved] (SM-3266) Create working OSGi bundle for javax.websocket-api 1.1

     [ https://issues.apache.org/jira/browse/SM-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-3266.
--------------------------------------
    Resolution: Fixed

> Create working OSGi bundle for javax.websocket-api 1.1
> ------------------------------------------------------
>
>                 Key: SM-3266
>                 URL: https://issues.apache.org/jira/browse/SM-3266
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Jens Offenbach
>            Assignee: Jean-Baptiste Onofré
>             Fix For: bundles-2017.02
>
>
> The offical OSGi javax.websocket-api 1.1 bundle uses the Java ServiceLoader API, but misses a corresponding entry in its manifest file. The additional statement solves the issue under OSGi environments:
> {code}
> Require-Capability: osgi.serviceloader;filter:="(osgi.serviceloader=javax.websocket.server.ServerEndpointConfig$Configurator)";cardinality:=multiple,osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)