Top "Resteasy" questions

A JBoss project that provides various frameworks to help build RESTful web services and Java applications

RESTEASY003145: Unable to find a MessageBodyReader of content-type application/json and type class org.keycloak.representations.AccessTokenResponse

I'm trying to test Keycloak REST API. Instaled the version 2.1.0.Final. I can access the admin through browser with SSL …

java jackson resteasy keycloak
What's a JAX-RS implementation?

I have been trying to figure out how to use JAX-RS for quite some time. I started from the very …

rest jersey jax-rs resteasy
Serialize Date in a JSON REST web service as ISO-8601 string

I have a JAX-RS application using JBoss AS 7.1, and I POST/GET JSON and XML objects which include Dates (java.…

json jax-rs jboss7.x resteasy
RESTFul Service Framework for AppEngine

I am working on a project that involves mobile and web clients with Google's AppEngine PAAS. I would like to …

google-app-engine rest jax-rs restlet resteasy
Basic Authentication with Resteasy client

I'm trying to perform an basic auth to the login-module which runs on my jboss using REST. I already found …

basic-authentication resteasy
What is the proper replacement of the Resteasy 3.X PreProcessInterceptor?

I'm building rest service using an authentication/authorization mechanism as described in this tutorial: http://howtodoinjava.com/2013/06/26/jax-rs-resteasy-basic-authentication-and-authorization-tutorial/ Basically it …

java rest jax-rs resteasy
Use REST client to call multipart/form-data Rest web service

I have a RESTeasy-based REST web service (see below). I'm trying to use the google REST client to execute a …

rest jax-rs resteasy
What to use instead of org.jboss.resteasy.client.ClientRequest?

I just found that org.jboss.resteasy.client.ClientRequest is deprecated, invalidating everything I could find on Google about how …

java jboss resteasy
JAX-RS 2.0 change default implementation

I'm trying to use RESTEasy as JAX-RS 2.0 client implementation. The problem is that I got runtime exception: 06-28 13:29:06.410: E/AndroidRuntime(5745): …

rest jersey jax-rs resteasy
Timeout webservice call from client side

I'm calling a webservice using RestEasy Client. One requirement is to abort/timeout the call if it runs for more …

java rest timeout resteasy