I have the following scenario in REST and for certain reasons, I cannot change the design:
WAR1 is deployed first (Context: /app1).
WAR2 (context: /app2), (WAR3 and so on) having JAXRS annotations on certain classes is deployed later
WAR1 needs to…
I am working on a project using JDeveloper 10g (yes, imagine that).
The project consists of developing RESTful web services with Jersey.
What is driving me crazy, is that whenever I use the javax.ws.rs.core.Response I get this error when trying to…
Currently I have registered a Gson Provider which correctly is
used whenever my request is consuming or producing json.
The problem is that I have a request that needs the Post data as
either a byte[], InputStream, Reader, or String.
The reason I…