[appengine-java] Re: Entity relationship designing - best practice

2010-12-18 Thread har_shan
Yes, understood. Thanks. Am just trying my best to keep entities in isolation unless am really forced to group them. There is this use case in my example: User while creating a Exam, will create, edit, delete any Page, Question, Answer as they wish. At regular intervals, say 1 min, i will persist

[appengine-java] Re: Entity relationship designing - best practice

2010-12-18 Thread har_shan
Ah, i missed an important piece. You are right, Didier. Making all entities to be isolated doesn't seem to work out, atleast because of this important use case, in my example: All Pages will be in particular *order* under any Exam and similarly, all Questions will be in some *order* as well under

[appengine-java] Re: Entity relationship designing - best practice

2010-12-18 Thread har_shan
Sorry again, another use case: a Question can be moved to any Page while creating any Exam - so if have Parent-Child relation between Page-Question, i might need to delete Question and recreate it with new Parent - BAD IDEA as told by Jeff in post that i mentioned. i gave up! On Dec 18, 1:22 pm,

Re: [appengine-java] Multiple Async get vs one Sync batch get?

2010-12-18 Thread Gal Dolber
The first query, is a key-only merge-join query. Then I fetch the parents of the results (this is the technique suggested by Brett Slatkin at Building Scalable, Complex Apps on App Engine) When I get those parents, I get a key field from them and fetch it from the datastore. (I am making some

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

2010-12-18 Thread l.denardo
Thank you, I'll try it as soon as possible. I did try to use the jars from a standard J2ee distribution (not repackaged), but that did not work since some libraries were still missing. Thanks for your suggestion, this will be really helpful. Lorenzo On Dec 18, 4:12 am, Helder Suzuki

Re: [appengine-java] Re: The API call mail.Send() required more quota than is available.

2010-12-18 Thread Ronald R. DiFrango
Well, my approach was to us a listsrv that way I'm only technically sending to one address but the list manager is then forwarding it along :-) Sent from my iPhone On Dec 18, 2010, at 2:56 AM, Fabrizio Accatino fht...@gmail.com wrote: ... or enqueue your outgoing message on a task queue with a

[appengine-java] Re: 500 Internal Server Error:Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?

2010-12-18 Thread androidDeveloper
I got the same problem since today. Changing the version number did not change anything. Maybe a Google server problem? someone had this problem in 2009. So this is possibly not a new problem... http://www.mail-archive.com/google-appengine-java@googlegroups.com/msg03589.html On 17 Dez., 09:02,

[appengine-java] Unencoded String - not adding records consistently -

2010-12-18 Thread dreamer
Hi , I have a simple class with unencoded string as key. I am changing the values of key by one place like user1, user11, user111,user so on. it added two record our of 10 different values. I am testing locally. Appears like it is replacing object instead of adding. If I change to Long - it

[appengine-java] Re: 500 Internal Server Error:Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?

2010-12-18 Thread Wesley C (Google)
we are continually working on improving the overall reliability, but on some occasions, the system will experience higher than normal latencies within the underlying infrastructure, which may manifest itself to users in the form of upload issues, timeouts (DeadlineExceeded), or other server 500

[appengine-java] NoClassDefFoundError even though the jar is in WEB-INF/lib

2010-12-18 Thread Madhu
Hi, I'm facing a peculiar issue. One of my JSPs uses javax.servlet.jsp.jstl.fmt.LocaleSupport.getLocalizedMessage to get localized message from resource bundles. I have copied the jakarta- taglibs-standard-1.1.2.jar and jakarta-taglibs-jstl-1.1.2.jar into WEB- INF/lib directory. On my local SDK

[appengine-java] Persist child - Problem

2010-12-18 Thread lisandrodc
Hi ! I have a problem when I persist and add a child (class Equipo) of an existent class( This class father already persisted, class Fecha). The child class is not persisted and the error is: Primary key for object of type Equipo is null. Caused by: java.lang.IllegalStateException: Primary