Hello Thierry,
Thanks, i haven't tried it yet but im sure it will work now.
However, since i added the new Snapshot to my Project, i don't get any
JsonObjects back with an JsonRepresentation...
My methods all look like this:
@Get
public Representation get(){
JsonRepresentation response = new JsonRepresentation(SomeJsonObject);
getResponse().setStatus(Status.SUCCESS_OK);
return response;
}
When called, all i get is an Empty page in my browser, not even empty curly
brackets.
Curl doesn't give me anything either.
The Status is correctly set, as well as the JsonRepresentation as the
Response's Entity though.
Any ideas?
Best Regards,
Sebastian
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/IncompatibleClassChangeError-with-ConcurrentMap-tp6393712p6435505.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2756740