David J. M. Karlsen created CXF-6654:
----------------------------------------

             Summary: Jettison sneaks in as provider although jackson is 
registered
                 Key: CXF-6654
                 URL: https://issues.apache.org/jira/browse/CXF-6654
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.1.3, 3.1.2
            Reporter: David J. M. Karlsen


Our jaxrs:server is configured with
{code:xml}
<jaxrs:providers>
                        <ref bean="jacksonJaxbJsonProvider" />
                </jaxrs:providers>
{code:xml}

but still jettison was used for unmarshalling incoming requests (which failed 
because they are jaxbbeans).

Excluding jettison which was coming in as a transitive dependency from 
http://repo1.maven.org/maven2/org/apache/camel/camel-xstream/2.16.0/
fixed it.

This did not cause a problem on cxf 3.1.1, but would fail on 3.1.2 and 3.1.3



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to