I'm trying to follow the instructions on the First Application example (http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html) to integrate Restlet and GWT. I'm running Restlet JSE edition (2.1M1) on the server, running standalone. On the client I'm using version 2.1M1 of the GWT edition. My GWT version is 2.1.
I'm having problems requesting the contact information from the server. The request seems to kick off fine from the GWT side and using firebug I can see a GET request going to to http://localhost:8080/contacts/123. I can see the ServerResource returning the Contact object everything seems to be OK: INFO: 2010-11-11 15:25:30 127.0.0.1 - - 8080 GET /contacts/123 - 200 - 0 43 http://127.0.0.1:8080 Restlet-Framework/2.1m1 http://127.0.0.1:8080/TestGwt.html?gwt.codesvr=127.0.0.1:9997 However the request takes around 30 seconds after which a null response is received on the client side. I also tried requesting the data in JSON format, in which case the client received the response just fine. Any tips on how I could dig deeper into the problem? Thanks & Best Regards, Tom ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2681028