I have wrote a JAX-RS server and client both use Jersey. I want to sent a collection of my entities to client and I made this steps:
Sorry to resurrect this post, but I was having this problem with a Maven project and found that I needed to include a dependency for jackson-jaxrs-json-provider
in my pom:
com.fasterxml.jackson.jaxrs
jackson-jaxrs-json-provider
2.4.1
MVN Repository: http://mvnrepository.com/artifact/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider