Re: Restlet GWT: ignore fields?

2011-08-24 Thread Joscha Feth
enhanced classes with detachable=true can not be received correctly by GWT without additional ugly workarounds, even if the Restlet GWT Converter provides the correct representation. On Wed, Aug 24, 2011 at 07:06, Joscha Feth jos...@feth.com wrote: Even if I factor out an interface without

RE: Restlet Framework 2.1 M7 released

2011-08-24 Thread Joscha Feth
wee! Tested and GWT support works again. Great! Thanks so much! Due to a blocking regression in the Restlet edition for GWT, we had to issue a new 2.1 milestone today. --

StackOverflow error in org.restlet.ext.servlet.internal.ServletWarEntity

2011-08-23 Thread Joscha Feth
/msg07005.html however according to the post this should have been fixed by now. I will further investigate, but is anyone else seeing this or has an idea where this might come from? Kind regards, Joscha Feth -- http://restlet.tigris.org/ds

Restlet 2.1-M6 and GWT 2.3.0 with Unhandled exception type IOException

2011-08-23 Thread Joscha Feth
() and one thrown even though the Uniform interface does not allow for this. Anyone else seeing this problem? Kind regards, Joscha Feth -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2828931

Restlet GWT: ignore fields?

2011-08-23 Thread Joscha Feth
of type javax.jdo.identity.StringIdentity and this can not be deserialized on the client side... Kind regards, Joscha Feth -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2829260

Re: Restlet GWT: ignore fields?

2011-08-23 Thread Joscha Feth
Even if I factor out an interface without the annotations and return this in the according ServerResource, it seems as if the GWT serializer still serializes protected fields on the implementation. Has anyone else seen this? Cheers, Joscha On Wed, Aug 24, 2011 at 04:47, Joscha Feth jos