RE: 2.0m4/snap GWT cannot be used at all

2009-10-20 Thread Thierry Boileau
Hello all, Thanks Guido for reporting this issue, a fix is available in the svn repository. best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2409330

RE: 2.0m4/snap GWT cannot be used at all

2009-10-19 Thread Jerome Louvel
~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : weltermann17 [mailto:guido.schmidt-...@man.eu] Envoyé : mercredi 30 septembre 2009 13:20 À : discuss@restlet.tigris.org Objet : RE: 2.0m4/snap GWT cannot

RE: 2.0m4/snap GWT cannot be used at all

2009-09-30 Thread Jerome Louvel
-founder ~ http://www.noelios.com -Message d'origine- De : weltermann17 [mailto:guido.schmidt-...@man.eu] Envoyé : mercredi 23 septembre 2009 10:43 À : discuss@restlet.tigris.org Objet : 2.0m4/snap GWT cannot be used at all Hi, several posts have raised the issue that the current GWT

RE: 2.0m4/snap GWT cannot be used at all

2009-09-30 Thread weltermann17
Hi Jerome, yes, it's still there: eg. Window.alert(myValidReference.getTargetRef().toString()) will show the correct value in compiled mode and throw an uncaught exception in hosted mode on the console of the GWT hosting application due to IllegalAccessError on

2.0m4/snap GWT cannot be used at all

2009-09-23 Thread weltermann17
Hi, several posts have raised the issue that the current GWT edition cannot be used anymore. Calling a Client.get works only in hosted but not in compiled mode. Using Reference.getTargetRef fails in hosted mode with a IllegalAccessError exception due to a call to