Thierry Boileau <thboileau <at> gmail.com> writes: > > Hello Sean, > > did you try to set the status after setting the entity of the response? > > Best regards > Thierry
Hi Thierry,
I just tried that without success. I added:
response.setStatus(Status.SUCCESS_OK);
after setting the entity.
I also tried changing the media type to TEXT_PLAIN which did not work either.
Sean

