[google-appengine] Re: NotSerializableException

2011-05-18 Thread Steve Fisher
so why was it being serialized and why did it work on my own machine but not after it had been deployed? Steve On May 18, 9:52 am, Jeff Schnitzer j...@infohazard.org wrote: Also make sure your inner class is a static inner class, otherwise it will try to serialize the containing object too

Re: [google-appengine] Re: NotSerializableException

2011-05-18 Thread Steve Fisher
Stephen, Thanks for the explanation Steve On 18 May 2011 21:45, Stephen Johnson onepagewo...@gmail.com wrote: If u store objects in the Session they must be serializable because this data gets saved to the datastore in _ah_session so that it can be shared across multiple instances, etc

[google-appengine] NotSerializableException

2011-05-17 Thread Steve Fisher
with a session on the server by: HttpServletRequest req = this.getThreadLocalRequest(); HttpSession sess = req.getSession(); UserInfo ui = (UserInfo) sess.getAttribute(UserInfo); The rest of this message is the traceback. Any ideas please? Steve

[appengine-java] Re: Can't GET with parameters

2011-02-18 Thread Steve Ziegler
Not trying to pore salt into your wounds, bjorn, but I'm not following why you can't use a post instead of a get. Is get a requirement for you? -Steve On Feb 17, 9:57 am, bjorn beayoha...@gmail.com wrote: I understand the function of -d, but there are two issues here: 1. it works differently

Re: [google-appengine] Re: Channel API: a suggestion

2011-01-19 Thread Steve
Moishe, A flush queue for the dev appserver would be great. Right now it appears that the send_message queue is flushed only after a Task completes or an HTTP Request returns (I tried both). A flush queue would do two things: either clear messages or push them back to the client prior to

[google-appengine] Re: Channel API: a suggestion

2011-01-19 Thread Steve
Great answer! Thanks much - I'll keep a watch out for the enhancement. Steve -- 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@googlegroups.com. To unsubscribe from this group, send

[google-appengine] High Latencies

2010-12-02 Thread Steve
I'm seeing 2000-8000 pending_ms lately. Is there an infrastructure disturbance? --Steve -- 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

[google-appengine] Re: server error

2010-11-30 Thread Steve
I'm seeing repeated server error messages just trying to access the administration console. --Steve -- 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

[google-appengine] Absolutely NO Problems Currently

2010-11-23 Thread Steve
There's been increased postings of problems on the newsgroups and production serving issues logged in the bug-tracker lately. But I want to tell you that clearly there are no problems with the google app hosting infrastructure because the system status dashboard is as green as an old style

[google-appengine] Export application datastore

2010-11-16 Thread Steve L
I'm about to embark upon developing a website in appengine that will collate user generated reviews. How easy would it be to export this from Google in case I wanted to host it elsewhere in the future? I'm new to this, so technical ability is quite low for now, but will hopefully increase

[google-appengine] Re: Can't deploy app 503 error

2010-11-12 Thread Steve
I was able to deploy with the --no_precompilation flag of course paying the cold start penalty that implies. --Steve On Nov 12, 9:09 am, Daniel danielshaneup...@gmail.com wrote: I'm having this problem as well. :( On Nov 12, 11:55 am, John Gardner hux...@gmail.com wrote: I'm seeing

[google-appengine] Random CPU Billing

2010-11-10 Thread Steve
and just sort of guess the ones in between? --Steve -- 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

[google-appengine] Re: Random CPU Billing

2010-11-10 Thread Steve
instance. --Steve -- 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+unsubscr...@googlegroups.com. For more options

[google-appengine] Re: Random CPU Billing

2010-11-10 Thread Steve
Hi Eli, Sorry if my reply sounded snippy. Today I've spent over an hour on the phone arguing with ATT and my frustration with them bled through. I reread what I wrote and really wasn't happy with my tone. Sorry! -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Steve
Great job Google! Thank you!!! :) -- 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] Re: Early Christmas Present from Google?

2010-11-06 Thread Steve
! --Steve On Nov 6, 4:24 pm, Steve unetright.thebas...@xoxy.net wrote: Great job Google!  Thank you!!! :) -- 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

[google-appengine] Etag If-None-Match Trouble

2010-11-03 Thread Steve
lots of cheap 304s. But, I'm getting bald spots from ripping my hair out trying to get Chrome or IE to do the same. Has anybody conquered this before? Thanks! Steve -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: Etag If-None-Match Trouble

2010-11-03 Thread Steve
have to try installing an older version. I don't have the no-cache or expires trouble because I'm specifically sending 'Cache-Control: public, must- revalidate' and removing the expires header. Thanks, Steve On Nov 3, 8:16 pm, 风笑雪 kea...@gmail.com wrote: Just simply compare Etag and If-None-Match

[google-appengine] Re: Etag If-None-Match Trouble

2010-11-03 Thread Steve
I found Chrome 7 on one of my machines so I tested it. It works correctly. Also my IE8 started working after I bypassed the proxy. So now only my Chrome9 and Safari are misbehaving. Maybe it's a webkit bug and not a brainless appengine user (me) that's causing the problem. --Steve On Nov 3

[google-appengine] Re: Is memcache flushed when disabled?

2010-11-02 Thread Steve
Engine Blogger:http://googleappengine.blogspot.com Reddit:http://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Mon, Nov 1, 2010 at 2:14 PM, Steve unetright.thebas...@xoxy.net wrote: In a May chat time session someone asked about getting stale data from memcache

[google-appengine] Is memcache flushed when disabled?

2010-11-01 Thread Steve
In a May chat time session someone asked about getting stale data from memcache during maintenance periods. The answer was no stale data because all gets return false during maintenance. I _assume_ memcache gets flushed so that you don't get stale data after the maintenance period is over. But

[google-appengine] Re: Mapper Control - processing_rate

2010-10-11 Thread Steve Song
wondering if there's a way to just refer to a definition in the yaml. Thanks, Steve On Mon, Oct 11, 2010 at 3:55 PM, songs coca.c...@gmail.com wrote: Hi, I've successfully implemented a couple of mappers that get kicked off using the function from control.py. There's a parameter

Re: [google-appengine] Mapper Control - shard_count

2010-10-11 Thread Steve Song
of hours out of my life... -Steve -- 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+unsubscr

[google-appengine] How to access envelope fields in mail handler

2010-09-16 Thread Steve
When receiving e-mail (http://code.google.com/appengine/docs/java/mail/ receiving.html), is there a way to access the envelope (SMTP-level) data for the message? In particular, the envelope sender (SMTP FROM parameter)? Under some circumstances, my application needs to bounce messages back to

[google-appengine] Re: Web Service

2010-09-03 Thread Steve Engle
it yet. http://bitbucket.org/jespern/django-piston/wiki/Home http://www.weask.us/entry/django-piston-google-appengine Steve On Sep 3, 9:46 am, Geoffrey Spear geoffsp...@gmail.com wrote: On Sep 3, 3:14 am, Tsolmon Narantsogt mnt...@gmail.com wrote: Hi Everyone How to create web service in GAE

[google-appengine] Looking For: A “demo” web web -based application that uses web services

2010-08-18 Thread Steve Engle
as the programming language since I have spent the last month learning it, and using it on GAE. Thanks from this newbie for your contribution! Steve -- 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-java] Re: SQL Like operator with %

2010-07-04 Thread Steve Osborne
That will work. Thank you very much Ravinder. On Jul 2, 7:49 am, RAVINDER MAAN rsmaan...@gmail.com wrote: we can set it in following way   public class User { @Persistent(defaultFetchGroup=true) private SetString searchWords; public static void getCombination(String word,Set searchWords){

[appengine-java] Re: SQL Like operator with %

2010-07-02 Thread Steve Osborne
Could you give an example of tokenized string with the List property? On Jun 15, 8:03 pm, Ikai L (Google) ika...@google.com wrote: The datastore doesn't provide LIKE queries. One thing you can do is tokenize the String, store each token as part of a List property, then check against the List

[google-appengine] Re: ssl connection mutual authentication

2010-05-06 Thread Steve favez
are not required for each users, but only for the application to access the web service), and your google app only perform a simple web service call through http. Does it make sense ? Thanks Steve On May 6, 11:06 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi Steve, On Wed, May 5, 2010 at 8:35

[google-appengine] ssl connection mutual authentication

2010-05-05 Thread Steve favez
) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler $Connection.getInputStream(URLFetchServiceStreamHandler.java:283) This error is happening on my eclipse env. with google app engine 1.3.3 Thanks in advance for any feedback Steve -- You received this message because you are subscribed

[google-appengine] Re: ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hi Nick, thanks for the quick reply. Do you plan to add this feature in a future release ? Otherwise, what do you think to use secure data connector as a proxy. ??? ... (kind of workaround if I really need to call a web service requiring ssl mutual authentication.) ? Thanks - Steve Favez

[appengine-java] Re: Broken URL Mapping in GAE 1.3.3 ?

2010-04-22 Thread Steve Ziegler
Seeing the same thing with our application's use of guice-servlet. Tested a deployment using 1.3.3 this afternoon and started getting a ton of 404s -Steve Ziegler On Apr 22, 9:43 am, Miroslav Genov mgenov.j...@gmail.com wrote: Sorry about the mistaken, I mean: on GAE or in the sitebricks

[appengine-java] Re: JDO Relationship Performance Problems - what am I doing wrong?

2010-04-06 Thread Steve Pritchard
Before proposing a solution, what is your expected active user base. 1000's or 1,000,000s or something in between. Steve On Apr 6, 3:50 pm, Matt Hall matt.h...@gmail.com wrote: Thanks for the response, could you point me to somewhere where I can read about batched queries by key in JDO? Or do I

[appengine-java] Toronto Area Developers - Java User Group (JUG) meeting

2010-04-01 Thread Steve Pritchard
. The application records donations by donor ID, balances to a deposit record and automatically creates a reconciled bank deposit document. I will be set it up as a demonstration shortly once I mask the personal identifiers of the donor datastore. Steve Pritchard -- You received this message because you

RE: [appengine-java] Book Recommendation

2010-04-01 Thread Steve Robillard
will get you going pretty quickly. HTH, Steve -Original Message- From: google-appengine-java@googlegroups.com [mailto:google-appengine-j...@googlegroups.com] On Behalf Of iwas9409 Sent: Thursday, April 01, 2010 10:18 PM To: Google App Engine for Java Subject: [appengine-java] Book Recommendation

[appengine-java] Updating the Eclipse Plugin

2010-03-30 Thread Steve
Now that GAE 1.3.2 has been released I'd like to update my Eclipse plugin (indeed, when the GAE is started it warns me that a newer version is available). However, when I ask Eclipse to Check for Updates it reports nothing is available. There don't seem to be any update instructions, just

[appengine-java] What happened - working app broken

2010-03-24 Thread Steve Pritchard
the file. It did previously. reading file /base/data/home/apps/gems-bbb/1.34076326484386876/web- gems/core.ace nolonger works. It did yesterday and I changed nothing. Redeploying does not fix the problem. It looks like the core.ace file is not there. How do I check? Thanks, Steve -- You received

[appengine-java] Re: What happened - working app broken

2010-03-24 Thread Steve Pritchard
WORKING. Thanks. As an education what is the recommended way to find the base file location. Thanks for the help. Steve On Mar 24, 12:07 pm, Steve Pritchard steve...@gmail.com wrote: Oops, the last digit is missing. Always before there was a trailing /.  It is now gone.  Let me fix my code

[appengine-java] Re: Is it possible to not include some of the core GAE libraries when you publish to production?

2010-03-21 Thread Steve Pritchard
before first use). During this init cycle it is possible to open a socket (I use a SocketLogger) by placing the .jar file in the SDK lib\shared folder that contains the required class SocketLogger. Steve On Mar 20, 11:02 pm, Steve Pritchard steve...@gmail.com wrote: Thanks Kyle, But too bad, I

[appengine-java] Re: Is it possible to not include some of the core GAE libraries when you publish to production?

2010-03-20 Thread Steve Pritchard
-2.3-eb.jar from my 1.3.1 war\lib and it keeps running. My 'warm' start (using MemCache) is around 3200ms. Previously I recall it fluctuated around 4000ms. Steve On Mar 20, 2:09 am, Spines kwste...@gmail.com wrote: Well, I figured it out, I just deleted all of the jars I didn't need from my

[appengine-java] Re: Is it possible to not include some of the core GAE libraries when you publish to production?

2010-03-20 Thread Steve Pritchard
Update to previous post. I am measuring elapsed time (what I really care about), not CPU secs. I could not figure out how a cold start was so fast (1200ms). Steve On Mar 20, 10:26 am, Steve Pritchard steve...@gmail.com wrote: Thanks for the tip.  I am in the same boat in that I do not use JDO

[appengine-java] Re: Is it possible to not include some of the core GAE libraries when you publish to production?

2010-03-20 Thread Steve Pritchard
is not including the JVM startup so I suspect at your browser the time is longer. Hope this helps. Steve On Mar 20, 11:42 am, Spines kwste...@gmail.com wrote: Hey Steve, Yea, the elapsed time is usually higher than CPU usage, but I think maybe because I was doing my testing late last night I lucked

[appengine-java] Re: Does memcache get clean when new version deployed and made to be the default one?

2010-03-19 Thread Steve Pritchard
; int nIX = sPath.lastIndexOf(/); if (nIX 0) return 888; return sPath.substring(nIX+1); } Steve On Mar 19, 1:17 pm, Jeff Schnitzer j...@infohazard.org wrote: There is a simpler solution to this:  If you fetch something from memcache, and *anything* goes wrong, treat it as if you got

[google-appengine] Re: Error 500 on Application Settings page and Admin Logs page. Can't deploy.

2010-03-19 Thread Steve
me too On Mar 18, 11:09 pm, Anekdotz anekdotz.se...@gmail.com wrote: Hey there, I just experienced the same issue.  Looks like a GAE-side problem On Mar 18, 7:06 pm, Jérémy Selier jerem.sel...@gmail.com wrote: Hi there, On the appengine admin panel of one of my app, when I try to

[google-appengine] Re: Can't read admin log, can't deploy

2010-03-19 Thread Steve
+1 On Mar 18, 11:18 pm, Koen Bok k...@madebysofa.com wrote: +1 On Mar 19, 12:10 am, Anekdotz anekdotz.se...@gmail.com wrote: +1 On Mar 18, 7:00 pm, Николай Тенев tenev.niko...@gmail.com wrote: +1 2010/3/19 Pavel Kaplin pavel.kap...@gmail.com +1 On 19 мар, 00:55, skk

[appengine-java] Suddenly getting Unknown attribute type (com.google.appengine.api.datastore.Key) for attribute key.

2010-03-18 Thread Steve
a href=signOut.jspsign out/a.)/p /div ... It's falling over on that kbk:playerName tag Pure bit-rot as it was fine when I was running it yesterday :-( Steve -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] accessing datastore on development server

2010-03-14 Thread Steve Osborne
My Development Console at http://localhost:/_ah/admin/datastore shows that I have data uploaded but how do I access it using Java? I wasn't able to retrieve any record using the following lines of code and there were no errors pm = PMF.get().getPersistenceManager();

[appengine-java] Re: news on remote_api for java ?

2010-03-10 Thread Steve Osborne
I too would like to be able to use Java to upload data to the datastore, either from a file or from a jdbc connection. Any development on providing us with some sample code for the RemoteApiServlet while creating the docs? On Feb 24, 7:37 pm, Ikai L (Google) ika...@google.com wrote: You should

[appengine-java] Latency/Aggressive Recycling/Timings

2010-03-07 Thread Steve Pritchard
an * prefix it also includes the initialization time because a warm or cold start has happened. The ggogle folks can also look at the logs. I am interested to know how come I get spun out after only a minute or 2. Steve Pritchard -- You received this message because you are subscribed

[appengine-java] 1.3.1 Security Fallout

2010-03-06 Thread Steve Pritchard
these special features. Any help would be appreciated. This second screen is a great productivity booster. Thanks, Steve Pritchard -- 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

[appengine-java] MemCache development mode persistence

2010-03-06 Thread Steve Pritchard
Datanucleus because I am trying to do a warm start without hitting the startup latency that it involves. Thanks, Steve -- 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

[appengine-java] Re: MemCache development mode persistence

2010-03-06 Thread Steve Pritchard
SOLUTION: I wrote it to the Datastore myself using the low-level API. But socket I/O would be nice in the development environment. Steve Pritchard On Mar 6, 12:06 pm, Steve Pritchard steve...@gmail.com wrote: I was looking for a way to persist my MemCache so I could do production like testing

[appengine-java] Servlet Destroy - does it run? I wish it did.

2010-03-05 Thread Steve Pritchard
be documented as a difference if indeed it does not run. It would be nice if it did run. It would be and easy way to record when an app is being spun out to dry and for how long the instance lasted. Steve Pritchard -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: Servlet Destroy - does it run? I wish it did.

2010-03-05 Thread Steve Pritchard
that fixed. On Fri, Mar 5, 2010 at 1:17 PM, Steve Pritchard steve...@gmail.com wrote: Based on empirical testing I suspect it does not run. Based on the GAE design that code only gets executed inside a request/ response cycle I suspect it does not run. Does anybody know for sure

[appengine-java] Re: Date Range Query

2010-02-26 Thread Steve Pritchard
Thanks for the help. Looks like I had better do it inside my code for now. Steve On Feb 26, 2:35 am, John Patterson jdpatter...@gmail.com wrote: Be careful of the start-end date query trick - it does not work.   There was a bug in the SDK that made it appear to work. an entity will only

[appengine-java] Re: datanucleus enhancer keeps running

2010-02-25 Thread Steve Pritchard
a try. Steve -- 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 group, send email to google-appengine-java+unsubscr...@googlegroups.com

[google-appengine] https://appengine.google.com/ - Error: Server Error

2010-02-24 Thread steve
Is anyone getting this at https://appengine.google.com/ ? Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. -- You received this message

[appengine-java] Re: High latency issue

2010-02-22 Thread Steve Pritchard
be possible to share the Linux and JVM classes between Linux-n images and thus reduce the footprint of what gets rolled out and in. (4) My guesses could be way off and this whole strategy out to lunch. Steve Pritchard On Feb 22, 12:41 pm, Soichi Hayashi soic...@gmail.com wrote: Hi. I just deployed one

[appengine-java] An alternative JDO join technique

2010-02-18 Thread Steve Pritchard
. (By signing in as userid=visitor password=your_name the system will activate a read-only mode for many functions such as the permission system that uses this technique heavily.) If there is enough interest I am prepared to make the code available. Steve Pritchard PS. The site also demonstrates a JDO

[appengine-java] Potential JDO modeling solution

2010-02-18 Thread Steve Pritchard
to make the code available. Steve Pritchard On Feb 8, 1:16 pm, Jake jbrooko...@cast.org wrote: Hey, Relationships in GAE are a bit picky.  It is my understanding that you can only persist children by way of persisting their parents.  So, in your case, both Race and Runner are children of Result

[appengine-java] java.lang.VerifyError

2010-02-09 Thread Steve Shrader
) at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java: 527) ... 45 more Thanks for any help! Steve -- 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

[appengine-java] Wildcard must appear at the end of the expression string (only prefix matches are supported)

2010-01-13 Thread Steve Pritchard
(only prefix matches are supported) The Datanucleus doc clearly states this is a String Regex expression which is what I have. To quote: Returns whether string matches the passed expression. The pattern argument follows the rules of java.lang.String.matches method. How do I proceed? Steve -- You

[google-appengine] Trouble creating an application

2009-12-15 Thread Steve S.
1. I begin at the page https://appengine.google.com/start and click Create an application and am taken to https://appengine.google.com/ start/createapp?. 2. I check the availability of a domain. It is available (I've tried random URLS, so domain availability is not the issue.) 3. I am taken back

[google-appengine] Re: Trouble creating an application

2009-12-15 Thread Steve S.
Problem resolved: The apps were created in my Google Apps account. I wish the sign-up page would have told me this, though! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[appengine-java] Re: gdata and app engine | java.lang.NoClassDefFoundError

2009-11-15 Thread Steve Ziegler
Looks like you are lacking the google collections jar. Add the two jars found in the deps folder of the java gdata client library to your classpath and you should be good to go. Speaking of which, I wonder when the GData Eclipse plugin will be updated to reflect this requirement. -Steve Ziegler

[appengine-java] Re: TaskQueue API don't work in Unit Tests

2009-11-13 Thread Steve Ziegler
Maybe not the cleanest code, but this code works for me with task queue testing, assuming all the right jars on the classpath, with LocalServiceTestCase being identical to the class online: public class TasksServiceTest extends LocalServiceTestCase { @Override public void setUp()

[appengine-java] Re: Debate sobre will-it-play-in-app-engine

2009-10-20 Thread Steve B.
if this matches your scenario. If you try it and have issues just post the errors and I will at least look at my code for what could be different. Steve B. mangrar wrote: What about apache Velocity template engine? does it work? --~--~-~--~~~---~--~~ You received

[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Steve Robillard
Tom, Are you accessing your app as an administrator? HTH, Steve _ From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Tom Wu Sent: Thursday, October 08, 2009 1:33 PM To: google-appengine@googlegroups.com Subject: [google-appengine

[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Steve Robillard
Tom, As I understand it the herders are only available to admin logins. And it does not show how much quota is left. Especially since this is an estimate. Thanks, Steve _ From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Tom Wu

[appengine-java] How to reset the datastore

2009-09-15 Thread Steve B.
-generated.) Is there a way to do this in bulk? Or do I need to use the Admin Console and delete one table at a time? TIA, Steve B. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java group

[appengine-java] Re: Session Example

2009-09-11 Thread Steve B.
error java.io.NotSerializableException. Seems that my Objects needed to implement java.io.Serializable. Just thought I would pass that along in case you ran into the same issue. It was not obvious (to me) as the log entries were only level.warning. Steve B. Jason (Google) wrote: To use

[appengine-java] Re: User Registration, Login, Logout Module?

2009-09-10 Thread Steve B.
updates a count (a field which you would have to add) in the user table. Anyway, I will let you know when the code is there for you. Steve B. TiagoP wrote: Could you share the login/register code? BR On Sep 9, 9:34 pm, Steve B. sb...@cnicorp.com wrote: I do not know if anyone else is working

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-12 Thread Steve Robillard
. Thanks, Steve -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Paul NOSPAM Sent: Sunday, July 12, 2009 7:37 PM To: Google App Engine Subject: [google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM Weeble's wobble

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-10 Thread Steve Robillard
Paul, Perhaps you should look at your mail software for a solution. Most software allows you to block or mark a sender as spam, thus avoiding the need for you to waste your obviously valuable time dealing with it. Remember there is more than one way to skin Bugs Bunny. Steve -Original

[google-appengine] System Status Complaints

2009-06-19 Thread Steve
to be), just don't make ridiculous statements. Instead of sounding authoritative like we have determined, maybe it should be worded we sure hope. Thanks for letting me vent, Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: GAE and Google Maps API Key

2009-06-08 Thread Steve Robillard
You may want to check the Google maps blog you no longer need an api key in version 3 of the api. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of herbie Sent: Monday, June 08, 2009 4:47 PM To: Google App Engine Subject:

[google-appengine] Re: Manual Authentication

2009-03-25 Thread Steve Robillard
party subscription requirement. Steve -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of r00723r0 Sent: Wednesday, March 25, 2009 7:30 PM To: Google App Engine Subject: [google-appengine] Re: Manual Authentication I may have

[google-appengine] Re: Manual Authentication

2009-03-25 Thread Steve Robillard
. On Mar 25, 8:50 pm, Steve Robillard steverobill...@gmail.com wrote: It might help to know why all the subterfuge what problem are you trying to solve? As a user I would be suspicious of any system that forwards me through a series of links and sends secret information. With all do respect

[google-appengine] Re: key - RefrenceProperty

2009-03-24 Thread Steve W
wrote: your ReferenceProperty should be declared as: childname = db.ReferenceProperty(person) and then set as: childname = result i think :) Sent from my iPhone On 09-03-24, at 09:51, Steve W wetmon...@gmail.com wrote: I am struggling with understanding how to use keys to enforce

[google-appengine] Re: key - RefrenceProperty

2009-03-24 Thread Steve W
(qtires.lastName) +br /) #qtires.delete() On Mar 24, 4:00 pm, Steve W wetmon...@gmail.com wrote: I happened to catch that today while the post was being moderated. I updated the code to include that (person) and it still doesn't work. It seems as though childname=result

[google-appengine] Re: Can Appengine provide Browser information..?

2009-03-15 Thread Steve Robillard
Try a Google search for browser detection or sniffing. Basically you need to check the request headers, but this is very difficult to get right 100% of the time for all browsers. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On

[google-appengine] Re: custom handle_exception -- where do I get the traceback?

2009-03-15 Thread Steve Robillard
The talk sounds interesting can you provide a link? -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Savraj Sent: Sunday, March 15, 2009 4:26 PM To: Google App Engine Subject: [google-appengine] custom handle_exception --

[google-appengine] Re: custom handle_exception -- where do I get the traceback?

2009-03-15 Thread Steve Robillard
://sites.google.com/site/io/best-practices---building-a-production-quali ty-application-on-google-app-engine On Mar 15, 5:44 pm, Steve Robillard steverobill...@gmail.com wrote: The talk sounds interesting can you provide a link? -Original Message- From: google-appengine@googlegroups.com

[google-appengine] Re: UpLoading Problem

2009-03-13 Thread Steve Brockway
This is a pain. After running on GAE for months I had this problem yesterday. Lots of potential problems. First, make sure you have created a GAE account. Then make sure you know what the application name is on GAE. Then make sure the name of your application in the app.yaml file is equal to the

[google-appengine] Re: Cann't deploy my app to another domain after enable billing

2009-03-12 Thread Steve Brockway
Me too. Not sure what I did but something I believe Google doesn't like. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Abner Jacobsen Sent: Wednesday, March 11, 2009 7:00 PM To: Google App Engine Subject:

[google-appengine] Re: Deploying application with 1.19

2009-03-12 Thread Steve Brockway
I believe you are correct. Where are these nice authentication cookies stored? I have cleared what cookies I know about and also attempted to locate .appcfg_cookies per the issue below. Sorry to be so dense by how do I clear my authentication cookies?

[google-appengine] Questions about appengine as a CDN

2009-03-10 Thread Steve Robillard
operations were done from a single datacenter. 2) Assuming that #1 is true is their a way to seed these edge location caches before the first request? 3) The new quotas will allow serving a file of 10mb's but only allow serving 1 Gb of data per day. Thanks, For your help. Steve Robillard

[google-appengine] [google-appengine]

2009-03-08 Thread Steve Robillard
operations were done from a single datacenter. 2) Assuming that #1 is true is their a way to seed these edge location caches before the first request? 3) The new quotas will allow serving a file of 10mb's but only allow serving 1 Gb of data per day. Thanks, For your help. Steve Robillard

[google-appengine] Re: Get deployed app version at runtime?

2009-03-06 Thread Steve Robillard
J You can retrieve it using the method on this page http://code.google.com/appengine/docs/python/runtime.html Near the bottom is the code needed HTH Steve -Original Message- From: google-appengine@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Jarek Zgoda

[google-appengine] Re: a fundamental increase in App Engine transparency and locality is needed

2009-03-06 Thread Steve Robillard
Jon, I agree and would add that publishing raw data would also require some educational resource for those of us who are not network or system engineers Steve -Original Message- From: google-appengine@googlegroups.com [ mailto:google-appengine@googlegroups.com mailto:google-appeng

[google-appengine] Re: [CRITICAL] Datastore operations slow

2009-03-03 Thread Steve Robillard
+1 Alex. I think the email that just came through from the app team should have been posted to the home page and sent far earlier. Downtime and issues will always occur what separates one system from another is how they are handled and communicated. -Original Message- From:

[google-appengine] Re: I have problem with Urllib2 commands..

2009-03-02 Thread Steve
Hi prasy, I got exactly the same thing in my local dev environment when I tried to open any URL with urllib2.urlopen(url) The same code worked fine when I uploaded it to the real AppEngine environment, but not locally. I was running the 1.1.5 SDK, but the problem was resolved using 1.1.9. I

[google-appengine] Changine an existing entity

2009-01-26 Thread Steve Brockway
I have been working with Appengine for 3 months and this is my first post, but I have read with interest correspondence in this group. Thanks for all the valuable information. My original problem was simple, or so I thought. I wanted to increment a value and return it to the datastore.

[google-appengine] Re: what about other language support?

2008-12-02 Thread steve
The roadmap states: Support for a new runtime language I would vote for PHP. - Steve W. On Nov 24, 10:05 pm, David Symonds [EMAIL PROTECTED] wrote: On Tue, Nov 25, 2008 at 3:15 PM, jyf1987 [EMAIL PROTECTED] wrote: although i love python this programming language,but i dont like to use

[google-appengine] Re: Why python?

2008-10-10 Thread Steve Schwarz
I'm thinking: http://en.wikipedia.org/wiki/Troll_(Internet) or: http://en.wikipedia.org/wiki/Flame_bait Steve 2008/10/10 Davide Rognoni [EMAIL PROTECTED] Is this a provocation? On Oct 10, 8:50 am, Leo(雷傲) [EMAIL PROTECTED] wrote: I hate python's strange grammer! It's not neccesary

[google-appengine] Re: Can't set response.ContentType from a db.StringProperty field

2008-09-16 Thread Steve Armstrong
. That saved properly as text and it failed on the GET. Is it something weird in my code somewhere? On Sep 15, 6:39 pm, Marzia Niccolai [EMAIL PROTECTED] wrote: Hi Steve, I wrote this little app to test out what you are trying to do, and it works fine: class Card(db.Model):   contentType

<    1   2