[appengine-java] I have an error here with the Google App Engine

2011-11-24 Thread Thomas Z.
Here's exactly what it says: Over Quota This Google App Engine application is temporarily over its serving quota. Please try again later. _ I was browsing the internet and found a site called: www.playalterego.com and i

[appengine-java] Multi user chat room

2011-08-19 Thread MK Z
Hi, Im very new to this GAE services. So far I managed to run my apps on GAE. Im trying to add multi-user chat on my app. Ive been trying to search how to implement this-both using XMPP and Channel API. Im interested on the latter. The problem is I couldnt find any tutorial or example to begin with

Re: [appengine-java] Re: Entity modelling

2011-08-14 Thread MK Z
Hi, Thanks for your reply. The category is not related to the group - category holds value like Science/Tech/Music while Group stores value like Teens/Kids/Adult. The reason I have these two fields I want to be able to sort the forum according to category and follow by group. So in the forum object

[appengine-java] Entity modelling

2011-08-08 Thread MK Z
Hello. I need some help. Assuming I have three tables/objects: forum, forum category, forum group. Forum - stores all topics posted by user. This object/table relates to other tables including the aforementioned tables. Forum category - stores the category whether science, technology, etc. foru

[appengine-java] Help with local testing of Task Queue

2011-04-25 Thread Amar Z
Hi, I am developing a new application and need help utilizing task queues. Here is the problem: when I startup my application locally and insert tasks into the default task queue, they fail to be invoked with a 405 status code, with the following error message showing up in my log displayed in

[appengine-java] Re: URL Fetch java.io.IOException

2011-04-09 Thread Z
I think that it might apply to ALL types of the HTTP requests (i.e GET and POST). On Apr 4, 10:20 am, Thomas Visser wrote: > It looks like there's a bug in the 1.4.3 development server regarding > to POST requests. It worked for me again when I removed the Content- > Length header parameter. > >

[appengine-java] Re: Deleting in batches of keys in a loop

2011-02-20 Thread Jarda Z.
Thank you, Didier. I will take a look at that article. Cheers J.Záruba -- 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 google-appengine-java@googlegroups.com. To unsubscribe from this group, s

[appengine-java] Re: Problem switching to 1.4.0 - JSP compilation fails

2010-12-27 Thread Jaroslav Z?ruba
no luck :( On Saturday, December 18, 2010 4:12:05 AM UTC+1, Helder Suzuki wrote: > > Hi Lorenzo, > > I was having this problem too. > > This will fix it in the development environment: > > 1) Open appengine-java-sdk-1.4.0.zip > 2) Find el-api.jar, jsp-api.jar, servlet-api.jar and > repackaged-app

[appengine-java] Name was not previously introduced as per JSP.5.3

2010-12-11 Thread Z
Since I moved GAEJ 1.4.0, I am getting this error: Exception in thread "main" org.apache.jasper.JasperException: jsp:getProperty for bean with name 'userDO'. Name was not previously introduced as per JSP.5.3 when it is trying to compile some of JSP pages. Has anyone ever seen this issue? p.p1 {marg