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)