[appengine-java] Re: Unsupported method while parsing expression:

2012-03-14 Thread James M
Sorry, it was 2 years ago. I added wrong :) James On Wednesday, February 3, 2010 9:40:27 AM UTC-8, Ftaylor wrote: > > There actually seems to be a mistake in the documentation: > > > // Give me all Employees with lastName equal to Smith or Jones > Query query = pm.newQuery(Employee.class, >

[appengine-java] Re: Unsupported method while parsing expression:

2012-03-14 Thread James M
Hey Google, If that really is a mistake in the documentation that Ftaylor pointed out, can you take the 5 minutes and update it? That 5 minutes sure would pay lots of dividends on the other side in terms of saved minutes trying to figure out why things aren't working. The documentation is pos

[appengine-java] Unable to load several versions of AppEngine Project and Seeing HardDeadLineExceeded Exceptions

2012-02-23 Thread James M
** Since this site is not yet deprecated until March 5th, I've posted this question on both StackOverflow, as suggested by Ikai, as well as on Groups. Here is the StackOverflow link, which I'm assuming is the preferred place to post answers: http://stackoverflow.com/q/9421549/552792 ** Suddenly

[appengine-java] Re: Problem with Channel API

2011-05-15 Thread James M
Hi Matthew, In your logging.properties file, can you set the logging level to ALL and see if that gives you more information? I've found that in these cases, it's helpful to see exactly what's going on under the hood, before the stack trace is generated. If it's not clear to you what's going on a

[appengine-java] Adding the Ability to Set a Beta or "Other" Version of an Application To A Domain

2011-05-13 Thread James M
At Google IO, one of the members of the audience asked if the App Engine team was considering adding the ability to map a subdomain to a specific version in an App Engine App, other than the default version. Currently, you can map a domain only to the default version. However, it would be nice to

[appengine-java] Re: 1.4.0 Preview and Channel API

2010-11-30 Thread James M
I just re-watched the video from Google IO. /_ah/channel/jsapi defaults to polling on the development server but should use comet on the live server by default. James On Nov 29, 8:31 pm, James M wrote: > Thanks for the tip.  I added the call to the controller to create the > ChannelS

[appengine-java] Re: Channel API ?

2010-11-29 Thread James M
Hi Robert, Check out this thread here. We were able to get it working, but only with polling. We've yet to figure out the comet part of things: http://groups.google.com/group/google-appengine-java/browse_thread/thread/19f250b1ff0e4342 James On Nov 24, 7:41 am, Roberto Saccon wrote: > Anybody

[appengine-java] Re: 1.4.0 Preview and Channel API

2010-11-29 Thread James M
rvice from the client prior to opening the socket. > Also what does the "?key=dev" do for you in your script import? > > Good luck! > > Scott > > On Nov 29, 7:20 am, James M wrote: > > > > > > > > > Hi Scott, > > > I'm tr

[appengine-java] Re: 1.4.0 Preview and Channel API

2010-11-29 Thread James M
Hi Scott, I'm trying to follow your example but am getting stuck. I've created the following controllers: /** create the channel **/ public ModelAndView createChannel(HttpServletRequest request, HttpServletResponse response) { ChannelService channelService = ChannelServiceFactory.getC