RE: Re: Restlet GWT RPC 2.0 ** SOLVED **

2010-02-17 Thread Jerome Louvel
: Restlet GWT RPC 2.0 ** SOLVED ** I got it working, the issue was dependencies. I needed to include the gwt extension in classpath of my Servlet Based application. I also needed to add the GWT 2.0 libraries to the Servlet app. I will write up a document with examples so that anyone else that has

RE: Re: Restlet GWT RPC 2.0

2010-02-17 Thread Thierry Boileau
Hello Niclas and all, sorry for not having reported that before, but this bug has been fixed by the 2.0m7. You should be able to plainly use IDEA. Best regards, Thierry Boileau --

Re: Re: Restlet GWT RPC 2.0

2010-01-15 Thread Niclas Hedhman
And suddenly a new one showed up (I don't use ServiceList AFAIK); [INFO] [ERROR] Errors in 'jar:file:/Users/niclas/.m2/repository/org/restlet/gwt/org.restlet/2.0-SNAPSHOT/org.restlet-2.0-SNAPSHOT.jar!/org/restlet/client/util/ServiceList.java' [INFO] [ERROR] Line 66: The method

RE: Re: Restlet GWT RPC 2.0

2010-01-13 Thread Kevin Daly
It's now compiling for me. The errors don't seem to cause any issues. I guess it will all be worked out in the next milestone. see this post in the bug tracker. http://restlet.tigris.org/issues/show_bug.cgi?id=1004 My last post is how I got it all working.

Re: Re: Restlet GWT RPC 2.0

2010-01-13 Thread Tim Peierls
It's still pretty annoying to have to drag in servlets. Is it really too hard to extract the important parts of GwtShellServlet into a Restlet? --tim On Wed, Jan 13, 2010 at 8:46 AM, Kevin Daly ked...@sqm.ca wrote: It's now compiling for me. The errors don't seem to cause any issues. I guess

Re: Re: Restlet GWT RPC 2.0

2010-01-13 Thread Niclas Hedhman
On Wed, Jan 13, 2010 at 9:46 PM, Kevin Daly ked...@sqm.ca wrote: It's now compiling for me. The errors don't seem to cause any issues. I guess it will all be worked out in the next milestone. see this post in the bug tracker. http://restlet.tigris.org/issues/show_bug.cgi?id=1004 Not sure

RE: Re: Restlet GWT RPC 2.0 ** SOLVED **

2010-01-07 Thread Kevin Daly
I got it working, the issue was dependencies. I needed to include the gwt extension in classpath of my Servlet Based application. I also needed to add the GWT 2.0 libraries to the Servlet app. I will write up a document with examples so that anyone else that has this problem can fix it. I