[
https://issues.apache.org/jira/browse/CXF-4351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415146#comment-13415146
]
Sree commented on CXF-4351:
---------------------------
Sergey,
Thanks for your response. I will open up a JIRA for this. To be
specific the annotation - @XmlJavaTypeAdapter is giving a problem.
Will create a JIRA issue and will follow it up thanks.And BTW , why is Jettison
jar file needed in 2.6.0 and 2.6.1.
The standalone application complains about a TypeConverter when the jar file is
not present.
I will do the needful - thanks once again !!
Cheers,
Sathish.
> 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