Re: Restlet & GWT: ignore fields?

2011-08-23 Thread Joscha Feth
The answers are here: http://code.google.com/intl/hu-HU/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideSerializableTypesand here: http://gwt-code-reviews.appspot.com/47807 and here: http://timepedia.blogspot.com/2009/04/google-appengine-and-gwt-now-marriage.html In short: JDO enhan

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

2011-08-23 Thread Joscha Feth
Awesome! Thank you very much Jerome! On Tue, Aug 23, 2011 at 17:36, Joscha Feth wrote: > According to the release notes of Restlet 2.1-M6 ( > http://www.restlet.org/documentation/2.1/jse/changes) it should be > compatible with GWT 2.3.0, > --

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 wrote: > Hel

Restlet & GWT: ignore fields?

2011-08-23 Thread Joscha Feth
Hello list, is there any way to ignore a specific field (like the @*JsonIgnore *annotation in Jackson) of an entity or use a different serializer with additional options when using GWT serialization? When detaching an object from JDO there is an jdoDetachedState added which contains an Object of t

sslServerAlias use?

2011-08-23 Thread Alex Milowski
As always, SSL configuration is always an adventure. I was testing a configuration UCC certificate (multiple subdomains) with a Restlet-based application and after quite a bit of struggles, I was able to get it to work. The trouble turned out to be with the certificate and once it was generated p

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

2011-08-23 Thread Jerome Louvel
Hi Joscha, Thanks for reporting this issue. It is a regression introduced just before 2.1 M6. We will fix it tomorrow and release a 2.1 M7 including the fix right after so people don’t have to wait for 2.1 RC1 next month or rely on snapshots. Best regards, Jerome -- Restlet ~ Founder and

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

2011-08-23 Thread Joscha Feth
According to the release notes of Restlet 2.1-M6 ( http://www.restlet.org/documentation/2.1/jse/changes) it should be compatible with GWT 2.3.0, however when using M6 together with 2.3.0 the generated *ProxyImpl.java classes contain two errors: -- 8< -- if(response.isEntit

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

2011-08-23 Thread Joscha Feth
Hello list, I am using Restlet 2.1-M5 (as I need GWT support and 2.0.8 does not have support for GWT 2.2.0 and 2.1-M6/SNAPSHOT seems to be broken for GWT entirely). Until yesterday everything worked out fine, but I am hitting some nasty stack overflows today: -- 8< -- Server ErrorCaused by:java.l

RE: RFC - Roadmap for Restlet version 2.2

2011-08-23 Thread Jerome Louvel
Hi all, For those who already reviewed the version from yesterday, I’ve updated the document again, trying to reduce the scope for 2.2 to a maximum to really have a shorter release cycle this time (6 months) and mention aspects I forgot such as the Guice extension and NIO connector enhanceme