Hello again, I had test this with the new restlet2.1RC3 and it still doesn't work. Also I my server I receive the following error:
2012-02-22 19:15:36 127.0.0.1 - - 8111 GET /v1/environment/objects/ - 200 - 0 1 http://localhost:8111 Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 http://127.0.0.1:8888/Freedomotic_gwt_client.html?gwt.codesvr=127.0.0.1:9997 An exception occured writing the response entity org.simpleframework.http.core.ProducerException: Stream has been closed at org.simpleframework.http.core.ChunkedProducer.produce(ChunkedProducer.java:148) at org.simpleframework.http.core.Transfer.write(Transfer.java:184) at org.simpleframework.http.core.Transfer.write(Transfer.java:167) at org.simpleframework.http.core.Accumulator.write(Accumulator.java:219) at org.simpleframework.http.core.Accumulator.write(Accumulator.java:190) at org.simpleframework.http.core.Accumulator.write(Accumulator.java:169) at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1857) at java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(ObjectOutputStream.java:1766) at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1560) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:349) at org.restlet.representation.ObjectRepresentation.write(ObjectRepresentation.java:168) at org.restlet.engine.adapter.ServerCall.writeResponseBody(ServerCall.java:506) at org.restlet.engine.adapter.ServerCall.sendResponse(ServerCall.java:450) at org.restlet.engine.adapter.ServerAdapter.commit(ServerAdapter.java:193) at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:150) at org.restlet.ext.simple.internal.SimpleContainer.handle(SimpleContainer.java:80) at org.simpleframework.http.core.Dispatcher.dispatch(Dispatcher.java:107) at org.simpleframework.http.core.Dispatcher.run(Dispatcher.java:90) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Please, does anyone point me what I'm doing wrong? Thank you Gabriel ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2925529

