users@jersey.java.net

[Jersey] Jersey 1.17 - JerseyTest vs Json

From: pub cog <pub.cog_at_gmail.com>
Date: Wed, 12 Jun 2013 09:24:40 +0200

Hi,

I'm trying to use JerseyTest (v1.17) as describe here:
https://jersey.java.net/nonav/documentation/1.17/test-framework.html

But I keep getting this error:

A message body writer for Java class java.lang.Boolean, and Java type class
java.lang.Boolean, and MIME media type application/json was not found
I made a simple and basic sample projet to reproduce this issue here:
https://github.com/francisoud/jersey

Could you take a look at it please.
I must be missing something obvious ?!

Thanks in advance