Hi
On 07/06/13 11:29, Nic Fellows wrote:
I have just upgraded from Jackson 2.1.1 to 2.2.2 and it has caused the
following exception:

  javax.ws.rs.client.ClientException: .No message body writer has been
found for class : class uk.co.tbp.gabble.domain.User, ContentType :
application/json.

Has something changed in the way I need to configure the provider?
Known issue, has been fixed for CXF 2.7.6-SNAPSHOT, Jackson 2.2 class hierarchy has become more complex and that confused the runtime. Very easy workaround is to wrap Jackson 2.2.x provider in a custom provider which only delegates to Jackson all of its calls

Cheers, Sergey

Nic

Reply via email to