Questions tagged [jsr311]

JSR 311: JAX-RS: The Java API for RESTful Web Services

Specification: JSR 311

18 questions
0
votes
0 answers

JAXRS annotations: Interpret and apply behavor at runtime

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…
Chris
  • 5,584
  • 9
  • 40
  • 58
0
votes
3 answers

Status$Family not found in enum javax.ws.rs.core.Response.Status.Family

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…
Laabidi Raissi
  • 3,263
  • 1
  • 22
  • 28
0
votes
1 answer

Disable Jersey Provider per request

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…
esiegel
  • 1,773
  • 2
  • 19
  • 31
1
2