CXF-Bundle should include JSR311-API
------------------------------------
Key: CXF-1929
URL: https://issues.apache.org/jira/browse/CXF-1929
Project: CXF
Issue Type: Bug
Components: OSGi, REST
Affects Versions: 2.1.3
Environment: OSGi, ServiceMix, Spring-DM
Reporter: Hendy Irawan
cxf-bundle does not include jsr311-api, and a OSGi-compatible jsr311-api bundle
is not provided externally.
This makes application developers have to embed jsr311-api inside application
bundle JAR(s).
Note that in my case, simply wrapping jsr311-api (0.8) and installing it (into
ServiceMix kernel) doesn't work, throwing ClassNotFoundException in
javax.ws.rs.core and org.apache.cxf.jaxrs.utils . Only embedding works.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.