You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jens Offenbach (JIRA)" <ji...@apache.org> on 2017/02/23 08:34:44 UTC

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

Jens Offenbach created SM-3266:
----------------------------------

             Summary: 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
            Reporter: Jens Offenbach


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)