[appengine-java] GAE eclipse plugin save password

2009-12-05 Thread Don
Hi, Is it possible to save my password, so I don't have to type it everytime I click deploy on GAE Eclipse plugin? Many thanks Don -- 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

[appengine-java] Updating a model class

2009-12-05 Thread randal
Hello. I'm trying to make changes to my model class. I have a class called Product that has a field category, which is a String. public class Product { ... private String category; ... } Now, I've decided that a Product can have different categories. I made the field a List instead

[appengine-java] Re: Regarding Secure Data Access for the users of my service

2009-12-05 Thread VSS
Any updates on my previous question ? Thank you!! VSS On Dec 4, 4:44 pm, VSS shyamsunder...@gmail.com wrote: We are creating an Active Directory Kind of an application on App Engine. What I want to know is there a way to store data securely so that I can sell this application as a service to

[appengine-java] FinalizableReferenceQueue error

2009-12-05 Thread Rusty Wright
I always get this exception when my app does its first datastore query. I think it's causing me other problems. Is there anything I can do to fix this? com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue init: Failed to start reference finalizer thread. Reference

Re: [appengine-java] Re: Datastore Statistics vs. Quota

2009-12-05 Thread Eric Rannaud
On Sat, Dec 5, 2009 at 9:29 AM, Toby tobias.ro...@sunnymail.mobi wrote: I know that they are updated at least once a day. In my case the data volume has not changed for quite some time. And the discrepancy is really huge. I mean 50MB to 500MB. So maybe my datastore contains stuff that does not

Re: [appengine-java] FinalizableReferenceQueue error

2009-12-05 Thread Vince Bonfanti
The exception is harmless. Add this to your logging.properties file to hide it: com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue.level=WARNING There was previous discussion of this (search for FinalizableReferenceQueue). Vince On Sat, Dec 5, 2009 at 1:00 PM,

Re: [appengine-java] FinalizableReferenceQueue error

2009-12-05 Thread Rusty Wright
Ah, ok; thanks Vince. Vince Bonfanti wrote: The exception is harmless. Add this to your logging.properties file to hide it: com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue.level=WARNING There was previous discussion of this (search for

Re: [appengine-java] Re: Datastore Statistics vs. Quota

2009-12-05 Thread Eric Rannaud
On Sat, Dec 5, 2009 at 10:05 AM, Eric Rannaud eric.rann...@gmail.com wrote: They also talked about an article they will publish soon that gives enough details on how indexes are built that you can at least predict the size of your indexes. There it is:

[appengine-java] eclipse plugin and maven?

2009-12-05 Thread Rusty Wright
Is it possible to use the GAE Eclipse plugin if you're using Maven? Maven uses a different directory structure so I'm guessing that's why the GAE plugin doesn't recognize the project as a GAE web app. -- You received this message because you are subscribed to the Google Groups Google App

Re: [appengine-java] Re: Spring + Tiles : java.lang.NoClassDefFoundError: javax/el/ELContext

2009-12-05 Thread Rusty Wright
What do you mean by no log? I often need to change the console web page's filter level to debug to see some error messages. Wong wrote: Points to add I'm using Spring 3.0.0 RC1 !-- Resolves logical view names returned by Controllers to Tiles; a view name to resolve is

[appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread Dom Derrien
Hi Max, To be able cover my code with unit tests, I created a mock class for the App Engine environment (http://github.com/DomDerrien/two-tiers- utils/blob/master/src/Java/com/google/apphosting/api/ MockAppEngineEnvironment.java). As reported in my recent blog post

[appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread Dom Derrien
Max, I've an issue probably related to my tests that recreate an environement at each step (as unit tests usually does ;). The issue is related to the re-creation of a Queue with the same name (the default one). Here is the exception with part of the stack trace:

Re: [appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread Yasuyuki BABA
2009/12/06 14:12 Dom Derrien dominique.derr...@gmail.com: Max, I've an issue probably related to my tests that recreate an environement at each step (as unit tests usually does ;). The issue is related to the re-creation of a Queue with the same name (the default one). Here is the exception

[appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread baba
I'm sorry for you. I have sent a strange mail because I did a wrong operation. -- 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-j...@googlegroups.com. To unsubscribe from this

[appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread Dom Derrien
FYI, here is access to the mock queue I inject into the code during the unit tests. In addition to working around the limitation with the QueueFactory (because my Queue provider in test mode returns new MockQueue(); instead of QueueFactory.getDefaultQueue();, the mock provides accessors that

[google-appengine] Re: Standard and mobile edition apps under same domain (two different sub domains)

2009-12-05 Thread djennings
I have tried mapping to both domains (www. m.) on my local dev server but unable to do so. Did you use a local dev server when doing this app? Do you have to edit the SDK files to do this? Do you just use www.localhost:8080 and m.localhost:8080 ? This below link helped me out with mapping my

[google-appengine] Re: Can I speed up indexing with good table design?

2009-12-05 Thread jpmorganuk
Thanks for the feedback. Is there a 'best practice' or 'tips for best performance' page in Google's documentation giving tips like above? Cheers -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Re: Received ClassNotFoundException deserializing a byte array.

2009-12-05 Thread bartatamas
The Event class has two fields which are persisted as a serialized object. Both of these fields has a serialId. I don't know what the problem is and what should I do to use my application again and not to loose my database. The Event class: package bt.web.reminder.database; import

[google-appengine] Re: Received ClassNotFoundException deserializing a byte array.

2009-12-05 Thread bartatamas
Maybe it was wrong when I decided to use serialized objects with JDO. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Is it possible to serve files from folder in 'root' ?

2009-12-05 Thread astrid.thuec...@googlemail.com
Hi, I have a folder with a couple of subfolder. All hold static HTML, CSS, Image, Javascript files. examples: /static/index.html /static/faq.html /static/credits.html /static/css/main.css /static/script/site.js ... I now want to serve the folder as if it's content is available at the

[google-appengine] Is there a way to get chronological results with merge-joins?

2009-12-05 Thread Manuel
Hi, I'm thinking of using merge-joins to implement AND-queries in a tagging system. Is there some way (that doesn't involve sorting in RAM) of using merge- joins to return items that have two or more tags in (reverse) chronological order? Thanks, Manuel -- You received this message because

Re: [google-appengine] GAE for domains vs GAE Authentication

2009-12-05 Thread Oli Warner
Well I logged out, logged back in under my standard account, created a new site (and in its options specified it would be for my domain) and it has added the site to my domain account (as before) limited to domain users (as I wanted). But now *only* domain users can use it. That's not an issue

Re: [google-appengine] files 1MB? If not.. redirect a POST?

2009-12-05 Thread Joshua Smith
That's definitely doable. The only catch is that you would have to used a signed Java applet (or whatever the equivalent is in Flash), because uploading a file requires access to the user's disk. You'll never get this to work with a simple browser input type=file... element, unless you use an

Re: [google-appengine] GAE for domains vs GAE Authentication

2009-12-05 Thread Joshua Smith
+1, this really is a mess. You should star issue 56: http://code.google.com/p/googleappengine/issues/detail?id=56 On Dec 5, 2009, at 11:33 AM, Oli Warner wrote: Well I logged out, logged back in under my standard account, created a new site (and in its options specified it would be for my

Re: [google-appengine] files 1MB? If not.. redirect a POST?

2009-12-05 Thread Niklas Rosencrantz
Here's 4. Will the paid version of Google App Engine allow over 1000 files and/or larger than 1MB files (or entities)? http://groups.google.com/group/google-appengine/browse_thread/thread/3d09a676163b3108/85e5f49d2ae49aee example: upload a 2 MB file through a html form, split it serverside into 2

[google-appengine] Mapping mobile subdomain on local app server for standard mobile editions (http://m.localhost:8080)

2009-12-05 Thread djennings
I have tried mapping two subdomains (www. m.) under 1 python app on my local dev server but it's not working yet. Do you have to edit a SDK or other desktop file to do this? The app already works on a mobile directory (localhost:8080/mobile/) but I would prefer to use 'm.localhost:8080'

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-05 Thread Robin B
Spurious DB Timeouts are pretty common on GAE. If you want to autoretry timeouts, use this: http://appengine-cookbook.appspot.com/recipe/autoretry-datastore-timeouts Robin On Dec 4, 2:19 pm, gae123 pa...@gae123.com wrote: Same experience here. In fact, a user just yesterday called me about

[google-appengine] Re: Mapping mobile subdomain on local app server for standard mobile editions (http://m.localhost:8080)

2009-12-05 Thread Stephen
On Dec 5, 10:47 pm, djennings djenni...@pga.com wrote: I have tried mapping two subdomains (www. m.) under 1 python app on my local dev server but it's not working yet. Do you have to edit a SDK or other desktop file to do this? The app already works on a mobile directory

[google-appengine] Google Federated Login vs Hybrid Protocol vs Google Data Authentication. Whats’s the Differ ence?

2009-12-05 Thread Felix
Hi, I am trying to implement Google Authentication in my website, in which I would also be pulling some Google Data using the Google Data API and I am using Google App Engine with Jinja2. My question is, so many ways are mentioned to do it. I am confused between Google Federated Login,Google Data