[google-appengine] myfaces' ViewExpiredException

2010-11-04 Thread notcourage
When I use my test app shortly after deploying or when dormant for awhile, myfaces throws javax.faces.application.ViewExpiredException. Specifically, this happens when I use the browser's Back button. After awhile, it stops happening. It happens with both client server state saving. Sessions are

[google-appengine] Re: InvalidObjectException deserializing session

2010-10-23 Thread notcourage
) at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.restoreView(FaceletViewDeclarationLanguage.java: 1277) This occurs for either option of tree state saving: client or server. notcourage wrote: I'm setting up a dev environment w/ Eclipse helios, google Eclipse plugin, myfaces 2.0.2, facelets 1.1.14

[google-appengine] InvalidObjectException deserializing session

2010-10-22 Thread notcourage
I'm setting up a dev environment w/ Eclipse helios, google Eclipse plugin, myfaces 2.0.2, facelets 1.1.14. When I open a .jsf page, a stack trace appears in the appengine log when deployed--but it works in Eclipse. A snippet of the stack trace: Caused by: java.lang.RuntimeException:

[google-appengine] wish: declare properties to exclude from indexing

2010-02-20 Thread notcourage
Apps often have properties which don't need indexing but the datastore creates two rows in the single property index tables per property value per entity--effectively the entity is stored three times. If the API allowed a property to be excluded from indexing, this overhead would be reduced. --

[google-appengine] wish: nestable/embeddable entities

2010-02-19 Thread notcourage
Nestable/embeddable entities would be used to build graphs of entities which are serialized inside a single entity. Protocol buffers support nesting repeating but not arbitrary graphs. Possible API additions: * constructor: new Model(nest=parent) * property type: NestedReferenceProperty;

[google-appengine] Re: django loaddata fails

2009-04-30 Thread notcourage
variable etc..) with '-'  . The parser won't be able distinguish between - operator / expression and your name. That might be it T On Apr 30, 11:07 am, notcourage klr...@gmail.com wrote: I confess I haven't used fixtures before. My hierarchy is: collectrium-splash     models.py

[google-appengine] django loaddata fails

2009-04-29 Thread notcourage
loaddata fixtures/period.yaml which yields this stk trace: WARNING:root:Could not read datastore data from /tmp/ django_collectrium-splash.datastore WARNING:root:Could not read datastore data from /tmp/ django_collectrium-splash.datastore.history INFO:root:zipimporter('/home/notcourage/swe

[google-appengine] Re: Timeout: datastore timeout: operation took too long.

2009-04-17 Thread notcourage
Good for you that your company has good prospects. As somebody who has built high traffic sites (co-founder of IGN.com), I offer some advice: Don't even think about driving traffic to it unless it has been stable for weeks. If you are having problems w/ minute traffic, you can't imagine how bad

[google-appengine] Re: Odd problem with urlfetch from picasa servers

2009-04-14 Thread notcourage
to be on App Engine or not. It seems like this should be doable, the thumbnail size may need to be specified in the img URL. Happy coding, Jeff On Sun, Apr 12, 2009 at 9:26 AM, notcourage klr...@gmail.com wrote: Jeff, thx for answering. I can research the upload method you suggest. However, if I

[google-appengine] Re: Odd problem with urlfetch from picasa servers

2009-03-23 Thread notcourage
Did you ever find the solution? Is photo.media.thumbnail[1].url the URL for the actual image? Or a page containing it? I don't understand how to upload an image to picasa since gd_client.InsertPhotoSimple requires a filename and an appengine app doesn't have access to the file system, does it?