Hi all

I'm looking to enable jackson in servicemix for Apache CXF, since the
default implementation is acting a little weird with serializing data.

I tried adding the following:

xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs";

http://cxf.apache.org/blueprint/jaxrs
http://cxf.apache.org/schemas/blueprint/jaxrs.xsd

for xmlns and schemaLocations.  And added the following provider:

<jaxrs:providers>
        <bean class="org.codehaus.jackson.jaxrs.JacksonJsonProvider"/>
    </jaxrs:providers>

However, that doesn't seem to work, invalid tag.  Further more, it looks
like an extra bundle needs to be installed for jackson-cxf integration.

Has anyone tried this before with servicemix?

John

Reply via email to