2.1M3 Android edition hang...

2011-04-20 Thread Brian Anderson
I have an Android client that is roughly equivalent to the serialization example (First Application). Using 2.0.6 or 2.1M3 the Android client works fine using Java serialization as the representation. I modified the Android client to explicitly register the Jackson converter so that I can

Re: content negotiation

2011-04-20 Thread Ishaaq Chandy
If an Accept header field is present, and if the server cannot send a response which is acceptable according to the combined Accept field value, then the server SHOULD send a 406 (not acceptable) response ... I guess you *could* argue that this is not a bug as the word SHOULD above

content negotiation

2011-04-20 Thread Ishaaq Chandy
Hi all, So, with restlet 2.0.6, I'm annotating my resource methods like this: @Get(xml) public MyResult getResult() As expected, the annotation is used to do content negotiation. However I was surprised to discover that a client that sends in an Accept header that does not match (for e.g.

Re: 2.1M3 Android edition hang...

2011-04-20 Thread Tim Peierls
The stack trace is unfamiliar, but otherwise this sounds a bit like what I experienced and reported about here: http://restlet.tigris.org/ds/viewMessage.do?dsMessageId=2702864dsForumId=4447 http://restlet.tigris.org/ds/viewMessage.do?dsMessageId=2702864dsForumId=4447Maybe toggling

Problem with wrap

2011-04-20 Thread Ico
Hello, I am currently using Restlet 2.0.6 with Felix 1.8.0 (in OSGi) and I have a problem with the wrap. I am doing this : public void envoiRequeteGet() { System.out.println(Tentative de connexion au serveur (cote client)); //Creation du client

unsubscribe from all

2011-04-20 Thread Tamer Abuelsaad
Can you please unsubscribe me from all messages? I can not figure it out from the site. Thank you -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2721914

RE: unsubscribe from all

2011-04-20 Thread Jerome Louvel
Hi Tamer and Rodion, I have unsubscribed you manually. In addition, I’ve added link to easily subscribe/unsubscribe directly by email on this page for those who didn’t create Tigris accounts: http://www.restlet.org/community/lists Best regards, Jerome -- Restlet ~ Founder and

Eclipse Spring and Restlet with Restlet as the Main Container

2011-04-20 Thread Paul Morris
I'm just getting started with Spring and want to start putting together projects where Restlet is the main container and Spring wires everything together. Does anyone know of a tutorial or zipped Eclipse example project that shows how to set this up in Eclipse? There are plenty of pure Spring