[appengine-java] Doubt about Datastore (Python/JDO/Low level api)

2011-03-10 Thread coder
I was seeing this test http://gaejava.appspot.com/ and i have seen that crud operations in python are faster than in jdo and that in low-level api is faster than in jdo. So, i am tempted to leave java implementation for my google app engine apps and to use python. Or is there a way to create apps

[appengine-java] Re: Doubt about Datastore (Python/JDO/Low level api)

2011-03-10 Thread Didier Durand
Hi, You should give a try to packages like Objectify (recommended by Google also: they tend to push people away from JDO / JPA...) It is simpler to learn than JDO and much more efficient in terms or performance. I abandonned JDO for Objectify many months ago and I am extremely happy about that d

Re: [appengine-java] Timeout while adding an auto increment column in task queue

2011-03-10 Thread thangavel s
Hi buddy, can you help how to integrate mysql in google appengine. thanks.. On Thu, Mar 10, 2011 at 12:29 AM, Gaurav Sharma wrote: > Hi all > > I am using mysql instance of google app engine. I have to add an auto > increment column to a table name actions. This table already c

[appengine-java] Re: Google apps account does not remove appengine service

2011-03-10 Thread Vik
anyone any suggestions on this please? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Tue, Mar 8, 2011 at 8:45 AM, Vik wrote: > Hie > > i have a google apps account for domain sakshum.org. We added app engine > service signed with account v...@sakshum.org (which i

[appengine-java] Using BulkUpload into Local Java Dev Server on Mac

2011-03-10 Thread Brian Conneen
I've seen a bunch of threads on this issue, but there doesn't seem to be a definitive example of getting this to work. Essentially I want to migrate my existing Python app to Java, and I know I can deploy both versions into production. But I want to do lots of testing locally before ever deploying

[appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread Luca Matteis
Hello everybody! I'm using Google AppEngine with their built in web server. My development goes about in a simple way: I make changes to my .java sources or .jsp and compile using ant and to see the changes I have to restart the development server. I'm wondering if there's a way I can avoid this

[appengine-java] Problem using activemq with GWT

2011-03-10 Thread Ramya
Hi, I am trying to use activemq inside a GWT project. I followed the steps given in http://code.google.com/p/gwt-activemq/. But when I tried to run the GWT project it gave me the following error: [ERROR] javax.servlet.ServletContext log: unavailable java.security.AccessControlException: acc

[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-10 Thread Tomer Weller
Same here. How can I rollback java manually? On Mar 9, 10:08 pm, iein valdez wrote: > I'm also experiencing the exact same problem. I verified on two different > macs. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to th

[appengine-java] App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
Hi, I swiched to a Mac, installed Eclipse with the googleplugin. If I test my app on the Mac it terminates after a few seconds whithout a message. I generated a new webapp for gae, it´s the same with it. I use: Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 2 Build id: 2

[appengine-java] Re: App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
is this the same as: https://groups.google.com/group/google-appengine-java/browse_frm/thread/5a22269f355bf45a?hl=de -- 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-java@googlegr

[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-10 Thread Jeff Martin
Me too (on a Mac after the update to JSE 6b24). Funny, it doesn't happen all the time. I have more luck when I run the server under the debugger. After that it will sometimes start to work without debugging. I notice this in the console, but I can't remember if it was there before: 2011-03-10

[appengine-java] Re: App engine terminates in Devmode 2sec after start without an errormessage

2011-03-10 Thread micho
This workaround works for me: http://code.google.com/p/googleappengine/issues/detail?id=4712 -- 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-java@googlegroups.com. To unsubscrib

[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-10 Thread micho
here you can find a workaround. http://code.google.com/p/googleappengine/issues/detail?id=4712 -- 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-java@googlegroups.com. To unsubscr

[appengine-java] Re: GregorianCalendar source packages

2011-03-10 Thread Damien Dessagne
I ran into the same problem earlier today, and had to search for quite a long time to understand where the problem came from. The problem comes only from GWT and is not related to AppEngine (obviously, this topic shouldn't be in the GAE/J GoogleGroup, but anyway ... ^^). GWT emulates the JRE on

[appengine-java] Checkout quota issue. Please help

2011-03-10 Thread Eurig Jones
I've been trying to increase my daily quota from $1 to $3 all day today an its not working. Its just reverting back to $1 after a successfull google checkout order. Then 30 mins later its back at $1 again! Can someone contact me to sort this out as my app is now hitting the limit.. my email is eur

[appengine-java] Re: Task Queue don't work in development server

2011-03-10 Thread DrJ
I have this problem also. -- 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-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...

[appengine-java] Re: Task Queue don't work in development server

2011-03-10 Thread DrJ
I can't remove appengine-api-labs.jar because it is needed by the runtime. -- 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-java@googlegroups.com. To unsubscribe from this group,

Re: [appengine-java] Problem using activemq with GWT

2011-03-10 Thread A. Stevko
You might want to contact the developers directly by opening an issue... On Wed, Mar 9, 2011 at 7:46 AM, Ramya wrote: > Hi, > > I am trying to use activemq inside a GWT project. I followed the > steps given in http://code.google.com/p/gwt-activemq/. > But when I tried to run the GWT project

Re: [appengine-java] Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread Yasuo Higa
Hi Luca, Slim3 supports HOT reloading. https://sites.google.com/site/slim3appengine/ Yasuo Higa On Thu, Mar 10, 2011 at 7:58 PM, Luca Matteis wrote: > Hello everybody! > > I'm using Google AppEngine with their built in web server. My > development goes about in a simple way: I make changes to m

[appengine-java] Weird performance problem last 3 days or so

2011-03-10 Thread mdt
For the last couple of days our app performance has tanked, with requests that used to take a second or so taking up to 30 seconds. Since we've made "minor changes" that "probably aren't the cause" something gave me the idea of deploying the same code under a separate name, and comparing the two

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread Jay Young
Might the difference between your foo and bar deployments be the size of the data set you have for each app? If the fresh install is consistently fine and the old one is consistently slow, maybe you've hit a threshold where some inefficiency in your queries or data handling has started to actua

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread mdt
The app doesn't use persistence at all: all the data it uses is read from resource files ... and I believe these to be identical in both cases. ( The app did use persistence and the cache API up to about 6 weeks ago, but no longer. ) A couple of pages use an HTTP callout to an RSS feed, but the

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread mdt
Actually, I overstated things. The app actually now uses persistence VERY LITTLE, and only on one page. But the persistent store on the second deployment is empty. It would be strange if this was the problem, but it could be. Thanks again! -- You received this message because you are subscri

[appengine-java] Re: Weird performance problem last 3 days or so

2011-03-10 Thread mdt
Some more information on this -- looking through the logs I didn't occur to me to expand the entries for the long latency queries, but when I did I found: The process handling this request unexpectedly died. This is likely to cause a new process to be used for the next request to your applicati

[appengine-java] Re: GregorianCalendar source packages

2011-03-10 Thread Didier Durand
Hello, The jvm implementation of GAE is not complete either: see this list to see which classes are usable or not. http://code.google.com/appengine/docs/java/jrewhitelist.html regards didier On Mar 10, 7:50 pm, Damien Dessagne wrote: > I ran into the same problem earlier today, and had to sea

[appengine-java] Re: Can I set GAE's dev_appserver to automatically reload context when I change .class files?

2011-03-10 Thread iein valdez
I have the same issue as you do. I decided to go with JRebel and it works great with App Engine. I've been using it for months and it's saved me a ton of time. IMHO worth the money. On Mar 10, 2:58 am, Luca Matteis wrote: > Hello everybody! > > I'm using Google AppEngine with their built in web s