[google-appengine] Java unit test: Email body is empty

2012-12-21 Thread Moritz
nfig()); I'm using API version 1.7.3 and the Maven plugin. You can see, that the body is logged as an empty string, but the "Data length" is 5 (which corresponds to the "." text). Is this normal or am I missing something? Thank you & Regards, Moritz -- You recei

[google-appengine] Re: Error 500

2011-05-06 Thread Moritz
Me too I get lots of 500 errors right now. Additionally, about 11 hours ago, I got a lot of /_ah/warmup requests, for about 2 hours on average about 0.2 per second. That's all strange behaviour. Moritz. On May 5, 4:46 pm, Francois Masurel wrote: > Getting quite a few 500 errors today.

[google-appengine] ZipImport may import the library or may decide not to do so... (?!)

2009-01-15 Thread Moritz Angermann
ing to import from them raises an ImportError. Can someone shed some light into this, why it's happening and how to fix it? regards, Moritz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Eng

[google-appengine] Re: Add Model field via Mixin?

2008-11-19 Thread Moritz Angermann
Hi Adam, The "Fake"Mixin order is very important, unless all "Fake"Mixins are inherited before the class inherits from db.Model it will throw an error. So as long as you make sure you have db.Model at the end of your inheritances it should be fine. regards, Moritz On Thu

[google-appengine] Re: bulkload_client.py

2008-11-19 Thread Moritz Angermann
y before terminating. regards, Moritz On Wed, Nov 19, 2008 at 11:41 PM, Gampesh <[EMAIL PROTECTED]> wrote: > > no i am uploading data in google app server > sorry but i am nit getting your second point. > > thanks > > On Nov 19, 7:51 pm, "Moritz Angermann&quo

[google-appengine] Re: Add Model field via Mixin?

2008-11-19 Thread Moritz Angermann
Ohh, after some thinking, how about this: Basically This is a Coutable Mixin wich replaces the .count() method on objects by caching the value in a seperate table. code below or (http://dpaste.com/hold/92118/ for more convinient reading) [ tried this in the SDK console] kindest regards, Moritz

[google-appengine] Re: Add Model field via Mixin?

2008-11-19 Thread Moritz Angermann
Ahh Right I see, I could trade off the mixablility of Commentable with Taggable. hmm, how about a factory? regards, Moritz On Wed, Nov 19, 2008 at 10:48 PM, Moritz Angermann <[EMAIL PROTECTED]> wrote: > Sorry for adding confustion to this buy why does Chained inheritance not work?

[google-appengine] Re: bulkload_client.py

2008-11-19 Thread Moritz Angermann
Hi, I didn't see anything wrong, but I might be missing it. Two questions though: 1. Does it work localy? 2. how about throwing in a "from logging import debug" and then doing a binary search with the debug("...") in your code? regards, Moritz On Wed, Nov 19,

[google-appengine] Re: Add Model field via Mixin?

2008-11-19 Thread Moritz Angermann
with the tag mixins for the objects that are tagged with "A", "B", "C" and "D"? // just curious because I implemented some tagging to my app the other day and didn't use the solution you used. regards, Moritz On Wed, Nov 19, 2008 at 10:07 PM, Adam &

[google-appengine] urls truncated in the Dashboard

2008-11-19 Thread Moritz Angermann
e expected behaviour? I would understand if data after a ? is dropped but this got me thinking. kindest regards, Moritz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to th

[google-appengine] Using ';' in urls

2008-11-14 Thread Moritz Angermann
Connection closed by foreign host. ======= kindest regards, Moritz Angermann --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to