Re: [appengine-java] max keys for memcache

2012-02-23 Thread Matthew Jaggard
"And the sql query won't be fast if there are are too many records." I don't think this is true. The datastore speed is designed to vary with the size of the result set, not the size of the data set. On 23 February 2012 00:58, Kesava Neeli wrote: > our user account has many fields like userName

[appengine-java] Re: Clean Slate

2012-02-23 Thread Ian Marshall
You could: · Upload the new version of your application. · In your Administration Console: · Change the default application version to your new one. · Disable your application. · Delete all datastore entities. · Enable your application. Voilà? On Feb 22, 1:40 am, T

[appengine-java] DevServer fails after updating to java 6u31

2012-02-23 Thread doom777
Initializing App Engine server [ERROR] Unable to start App Engine server Unable to start embedded HTTP serverjava.lang.RuntimeException: Unable to restore the previous TimeZone at com.google.appengine.tools.development.DevAppServerImpl.restoreLocalTimeZone(DevAppServerImpl.java:228) at com.go

Re: [appengine-java] DevServer fails after updating to java 6u31

2012-02-23 Thread Matthew Jaggard
Please search the group and bug reports before posting a new thread. http://groups.google.com/group/google-appengine-java/browse_thread/thread/1272fe639eeef892/cd59fa14c2301f57 http://code.google.com/p/googleappengine/issues/detail?id=6928 On 23 February 2012 13:27, doom777 wrote: > Initial

[appengine-java] Unable to load several versions of AppEngine Project and Seeing HardDeadLineExceeded Exceptions

2012-02-23 Thread James M
** Since this site is not yet deprecated until March 5th, I've posted this question on both StackOverflow, as suggested by Ikai, as well as on Groups. Here is the StackOverflow link, which I'm assuming is the preferred place to post answers: http://stackoverflow.com/q/9421549/552792 ** Suddenly

[appengine-java] Re: jersey/jackson/jaxb java.lang.NoClassDefFoundError

2012-02-23 Thread dschwartzer
I have the same problem. Have you managed to sort it out? Daniel On Dec 30 2011, 9:59 pm, Chuck Lega wrote: > I have put together a simple json REST service using jersey, jaxb and > jackson. It works *almost* fine... Problem: the _first_ access of the > server always ends up with the exception:

[appengine-java] Java Servlets in GAE

2012-02-23 Thread bluechips23
I am new to GAE and Java servlets. I created a Java web application on Eclipse as a Dynamic Web Project, which works perfectly. But now I am trying to port to GAE. The whole application basically has two parts: a) The front page (index.html) - it has three text boxes where people can enter any

[appengine-java] JPA Query setMaxResult vs DB Read Ops number

2012-02-23 Thread Peter Han
situation: - user entities in db (properties id, name, sex, age) - you want to get the oldest of them with min. age 10 createQuery(select u from User u where u.age>=10 order by age desc) query.setMaxResults(1) !!! query.getResultList(); how GAE handles this situation? 1. search in index table w

Re: [appengine-java] Mail send from AppEngine application not received by any recipient from past few days

2012-02-23 Thread Shawn Brown
> We have two Business application running on AppEngine one of which we have > upgraded into HRD instance a couple of months before and other one was > upgraded into HRD instance a week before.Everything was working fine on them > but from past few days(after Friday) no mail is sending from these >

[appengine-java] GWT/AppEngine application for distributed role playing - dorp

2012-02-23 Thread ingo
[This is cross-posted on the google web toolkit mailing list.] Hello, did you love to play role playing games with your friends but you just went abroad so you cannot meet with them to play anymore? Worry no more because you can go on playing with a little help from dorp: distributed online role

Re: [appengine-java] Java Servlets in GAE

2012-02-23 Thread M.W. Aruna Withanage
Dear bluechips23, Why don't you use google plugin for eclipse? Then you can easily create a GAE app and add servlets as you need. Hope this helps you. Thank you and best regards Aruna On 22 February 2012 09:57, bluechips23 wrote: > I am new to GAE and Java servlets. I created a Java web applic

[appengine-java] backup for data in namespaces

2012-02-23 Thread Aswath Satrasala
Hello, In the Datastore Admin console, there is no UI to backup for the data containing in namespaces. It shows only the entities in no namespace. When will this feature rollout? -Aswath www.AccountingGuru.in -- You received this message because you are subscribed to the Google Groups "Google