Need resteasy-jackson-provider on classpath

Issue #2 resolved
Christian Goudreau created an issue

Although Jackson provider is included into the compound jar, for someone not using maven, it needs to be added manually on the classpath else the application fail with:
Aug 20, 2013 11:20:51 PM org.jboss.resteasy.logging.impl.Slf4jLogger error SEVERE: Failed executing GET /gae-studio/namespaces org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure: Could not find MessageBodyWriter for response object of type: java.util.ArrayList of media type: application/json

Maybe it is also the case with people using maven.

Comments (3)

  1. Log in to comment