Top "Resteasy" questions

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

send a form parameter from Chrome Advanced REST Client

I want to send a form parameter from Chrome Advanced REST Client, however, it comes as null. This my resource …

resteasy multipartform-data rest-client form-parameter
Is RestEasy the right choice?

Of the JAX-RS implementations it seems RestEasy is the most difficult to get help for. If you look at the …

resteasy
"No resource method found for GET, return 405 with Allow header" but doing a POST request

I'm having a problem accessing my rest endpoint. I'm trying to do a login with a POST request, but keep …

java jax-rs resteasy wildfly-11
Getting "java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet" in Eclipse + jboss 5.1.0

I'm trying to get a simple RestEasy project to work in Eclipse (with Jboss Tools) and Jboss 5.1.0. To get going, …

eclipse jboss5.x resteasy
HTTP 500 Response with Body?

I have a RESTEasy service that returns a HTTP 500 when a server side error occurs. I manage to attach a …

http spring-mvc resteasy
Capture Response Payload in JAX-RS filter

I want to capture and log the response payload in JAX-RS filter. Here is the code snippet of the filter …

rest jax-rs resteasy
Return HTTP error from RESTeasy interface

Is it possible to return a HTTP error from a RESTeasy interface? I am currently using chained web-filters for this …

java http httpresponse resteasy http-response-codes
Keycloak/OIDC : retrieve user groups attributes

I've extracted a user's groups information from the OIDC endpoint of Keycloak, but they don't come with the group ATTRIBUTES …

resteasy openid-connect keycloak-services
Failed @Inject object using RESTEasy, Weld and Wildfly

I'm trying to make a REST webservice using RESTEasy and Weld for injection. When the package is deployed on wildfly …

jax-rs cdi resteasy wildfly weld
What is the proper way to validate requests with Resteasy?

I use Resteasy in combination with Google Guice using Resteasy-Guice. I have been looking for ways to validate my request …

java jboss jax-rs resteasy hibernate-validator