You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/06/18 18:29:43 UTC

[jira] [Resolved] (CXF-4351) No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json

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

Sergey Beryozkin resolved CXF-4351.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.1

OK, I'm just resolving this JIRA given that it works for 2.6.1 :-)
                
> No JSON output under OSGi because cxf-rt-frontend-jaxrs is missing Import-Package for org.apache.cxf.jaxrs.provider.json
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-4351
>                 URL: https://issues.apache.org/jira/browse/CXF-4351
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.6
>         Environment: OSGi 4.2, Apache Karaf 2.2.7, Equinox
>            Reporter: Chris Dolan
>             Fix For: 2.6.1
>
>         Attachments: CXF-4351.patch
>
>
> I use CXF via the features.xml inside of Apache Karaf. I use the umbrella feature "cxf" to pull in most of the CXF bundles.
> When upgrading from CXF 2.5.0 to 2.6.0, I started getting errors like the following when my Accepts header is application/json:
> {noformat}
> 2012-05-30 16:43:55,979 WARN  [JAXRSOutInterceptor.java:401] No message body writer has been found for response class HealthItemCollection. - o.a.c.j.i.JAXRSOutInterceptor
> {noformat}
> I put a breakpoint in org.apache.cxf.jaxrs.provider.ProviderFactory and found this:
> {noformat}
> java.lang.ClassNotFoundException: org.apache.cxf.jaxrs.provider.json.JSONProvider
> {noformat}
> Then I looked at the manifest for cxf-rt-frontend-jaxrs and noticed that the Import-Packages line lacks a reference to org.apache.cxf.jaxrs.provider.json and other providers that were moved to the new cxf-rt-rs-extension-providers bundle for 2.6.0.
> I think the solution is to simply add an import for org.apache.cxf.jaxrs.provider.json to the manifest of cxf-rt-frontend-jaxrs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira