I am trying to add RestEasy to an existing application that already has SOAP/XML via CXF. It is a Spring app that uses JSPs but it also has JSF 2.3 and Weld. It runs on Tomcat. I have added the following jars to the project: microprofile-config-2018.5.0.jar microprofile-config-api-2.0.jar resteasy-cache-core-4.5.8.Final.jar resteasy-client-4.5.8.Final.jar resteasy-client-api-4.5.8.Final.jar resteasy-client-microprofile-4.5.8.Final.jar resteasy-context-propagation-4.5.8.Final.jar resteasy-core-4.5.8.Final.jar...
I am moving a project from JBOSS 6 EAP to Spring Boot. It looks like TextNode.getBinaryValue expects a Base64Encoded value but I am not sure how to bypass this. The issue occurs when there is an '' in the data in JsonNode. Can someone please help me wit this? Below is a mock code where I reproduced the issue. The JsonNode is dynamically generated an I will not be able to change this. All I need is the response to accept the '' and bypass the base64 encoding validation @POST @Consumes({ MediaType.TEXT_PLAIN...
hi, i learn to run resteasy in wildfly 8 environment, but had troubles... as we know...
Hi Naveen, According to the JAX-RS 2.0 spec, "JAX-RS implementations are REQUIRED...
I was working in Resteasy where I've to make a asynchronous request to server. The...
Hi all, As I know, we can link resources either through HTTP header or through Atom...
Hi!! I am a newbie to RestFul Webservice. I have tried to create a simple RestFul...
Hi all, I am creating an application as a xxx-jar-with-dependencies.jar. I am using...
Hi all, I need to return a list of a directory as my response to a request. I am...
Hi all, I need to return a list of a directory as my response to a request. I am...
Hello, Can anyone tell me how to use the XmlNamespacePrefixMapper included in RestEasy?...
I managed to get this resolved. Here is the link to the original post that I asked...
Hi all, Using the Rest-Easy API (version 3.0.6.Final), I have an endpoint defined...
Hi all, Using the Rest-Easy API (version 3.0.6.Final), I have an endpoint defined...
Using RESTEasy with JBoss 7.1.1, all of my requests have the "Cache-Control" header...