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,
>
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
** 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
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
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
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
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
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
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