Top "Resteasy" questions

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

Embedded jetty with Jersey or resteasy

I want make RESTful services using embedded jetty with JAX-RS (either resteasy or jersey). I am trying to create with …

jetty jersey resteasy
RESTEasy Client + NoSuchMethodError

I am trying to write simple RESTEasy client. Below given is sample code: Client client = ClientBuilder.newBuilder().build(); WebTarget target = …

java maven resteasy jboss6.x nosuchmethoderror
How do I do a multipart/form file upload with jax-rs?

(specifically RESTeasy) It would be nice (for a single file) to have a method signature like: public void upload(@FormParam("…

jax-rs resteasy
RESTEasy: Could not find writer for content-type application/json type

I have a restful service (post) that consumes (application/json) and produces (application/json). The single param for this service …

java rest maven resteasy
Propagating ThreadLocal to a new Thread fetched from a ExecutorService

I'm running a process in a separate thread with a timeout, using an ExecutorService and a Future (example code here) (…

java multithreading threadpool resteasy thread-local
RestEasy: Could not find MessageBodyWriter for response object of type: java.util.ArrayList of media type: application/json

message: Could not find MessageBodyWriter for response object of type: java.util.ArrayList of media type: application/json Description: The …

java json resteasy
JBOSS 7.1.0 error - Unable to find a public constructor for class org.jboss.resteasy.core.AsynchronousDispatcher

I am trying to migrate my spring MVC based REST application to Jboss 7.1.0. At startup, the Jboss initialisation shows that …

java spring resteasy jboss7.x
Problems Resteasy 3.09 CorsFilter

I tried to use the new CorsFilter which is available in Resteasy 3.0.9. I found an example at the bottom of …

java jax-rs cors resteasy
RESTEASY003210: Could not find resource for full path : Tomcat

I am getting the following error: This is the stack trace: javax.ws.rs.NotFoundException: RESTEASY003210: Could not find resource …

java maven tomcat resteasy servlet-3.0
Simple REST API with WildFly 8

First off, I am new to this environment. I've developed Java before, but not for an application server. Having never …

java maven jboss resteasy wildfly