I cant make it work.. I am using appengine 1.3.5 and gwt 2.1.0 M2.
When I do "ant run" everything seems to go smoothly, but when I try to
use the application (filling the field "your name" ) I get the error
"Failure: This application is out of date, please click the refresh
button on your browser. (Expecting version 6 from server, got 5.)"

Any suggestion please?
Cristiano





On 17 Jul, 23:47, Rahul Ravikumar <[email protected]> wrote:
> Thanks for letting me know.. This is awesome.
>
> On Jul 17, 2:15 pm, Daniel Guermeur <[email protected]> wrote:
>
>
>
> > Yes it is in App Engine 1.3.5. Look in the jar. I've got the backend
> > working already. There is no doc, just classes.
>
> > Among other things here is what there is:
>
> > import com.google.appengine.api.channel.ChannelMessage;
> > import com.google.appengine.api.channel.ChannelService;
> > import com.google.appengine.api.channel.ChannelServiceFactory;
>
> > and it all works.
>
> > Daniel
>
> > On Jul 16, 6:42 pm, Rahul Ravikumar <[email protected]> wrote:
>
> > > TheChannelAPIfor Google App Engine is not out yet!
>
> > > On Jul 15, 6:11 pm, Daniel Guermeur <[email protected]> wrote:
>
> > > > Hello there,
>
> > > > I am building a GWT+ GAE app based on Dance Dance Robot app, the demo
> > > > Google IO demo app showcased at Google IO.
>
> > > > I am using theChannelAPI(Java AppEngine 1.3.5) . I am almost there
> > > > but there is one hick up on the GWT client side (Java):
>
> > > > When running the app I get an error:
> > > > ==
> > > > - Uncaught exception escaped.
> > > > com.google.core.client.JavaScriptException: (TypeError): $wnd.goog is
> > > > undefined.
> > > > ==
>
> > > > This comes from the ChannelFactory.java on the client side. Here it
> > > > is:
>
> > > > public class ChannelFactory {
> > > >     public static final nativeChannelcreateChannel(String
> > > > channelId) /*-{
> > > >       return new $wnd.goog.appengine.Channel(channelId);
> > > >     }-*/;
>
> > > > }
>
> > > > Again this is straight from the Dance Dance Robot demo app.
>
> > > > I am pretty sure it is a stupid mistake on my part but can't find it.
>
> > > > Any suggestion would be greatly appreciated.
>
> > > > Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to