[appengine-java] Re: Which datastore exceptions are appropriate for Re-try

2009-11-09 Thread leszek
http://code.google.com/intl/pl/appengine/docs/java/datastore/transactions.html for (int i = 0; i NUM_RETRIES; i++) { pm.currentTransaction().begin(); ClubMembers members = pm.getObjectById(ClubMembers.class, k12345);

[appengine-java] Re: Sending bulk emails - what are the limitations?

2009-11-09 Thread m seleron
Hi I think that mail section is a detailed content. http://code.google.com/intl/en/appengine/docs/quotas.html There seems to be an limit in the processing that can be done in one minute. Thanks, --~--~-~--~~~---~--~~ You received this message because you are

[appengine-java] Delete task queue

2009-11-09 Thread Peter Ondruska
I have defined task queue using queue.xml but later decided not to use it. It still appears in queue list in app engine. How do I delete this task queue? Uploading queue.xml with empty queue-entries? Thanks, Peter --~--~-~--~~~---~--~~ You received this message

[appengine-java] Re: Updating Text columns

2009-11-09 Thread Esteban Masoero
I've used Text type with JDO and had no problems. Yogi escribió: I have a String attribute which is more that 500 length. So I am using com.google.appengine.api.datastore.Text class to store it in datastore. In my local datastore the call datastore.put() just hangs. Has anyone encountered

[appengine-java] Re: once per deployment?

2009-11-09 Thread Esteban Masoero
Normally, this is done by using the |load-on-startup property in the web.xml file. However, this feature behaves differently in GAE ( |http://code.google.com/intl/en/appengine/docs/java/config/webxml.html#web_xml_Features_Not_Supported ). Regards, Esteban Prashant escribió: Hi, I want

[appengine-java] Re: the question in ubuntu9.10 and eclipse 3.5

2009-11-09 Thread Iqbal Yusuf Dipu
@Roy thanks. After I installed libstdc++.so.5 GWT is running fine. Iqbal On Nov 8, 11:33 pm, Roy Smith roy.smith@googlemail.com wrote: The clue is libstdc++.so.5: cannot open shared object file: No such file or directory Try googling this along with apt-get. 9.10 switched from stdc5

[appengine-java] Re: why my app on GAE first access is so slow

2009-11-09 Thread zhiw...@gmail.com
i set the time to 5min , but i can still find the contextInitialized info, seems gae's time-out is very short, now i test set it to 3min On Nov 9, 10:18 pm, Joseph Stano joseph.st...@gmail.com wrote: have you noticed if that solves the timeout issue? On Mon, Nov 9, 2009 at 5:04 AM,

[appengine-java] Re: why my app on GAE first access is so slow

2009-11-09 Thread zhiw...@gmail.com
i set the time to 5min , but i can still find the contextInitialized info, seems gae's time-out is very short, now i test set it to 3min On Nov 9, 10:18 pm, Joseph Stano joseph.st...@gmail.com wrote: have you noticed if that solves the timeout issue? On Mon, Nov 9, 2009 at 5:04 AM,

[appengine-java] Re: How to add new module?

2009-11-09 Thread leszek
It looks like GWT (not Google App Engine) problem: http://code.google.com/intl/pl/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModules --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine

[appengine-java] Re: once per deployment?

2009-11-09 Thread Prashant
hmm i was thinking of making use of application version, which should be unique for each deployment, if I could find a way to get it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Re: GAE status / availalbility problems?

2009-11-09 Thread Diana Cruise
Thanks Phil, but this scheduled downtime was advertised for 11/3 at 5pm and was actually between 5:17-6:12. Dmitry clearly states his problem was at 11:56 that day...not to mention, he is still having the problem! We would just like to see more answers in the forum in order to be successful

[appengine-java] Re: Persisting java.util.TimeZone

2009-11-09 Thread patrizio.munzi
Hi Jason, here's the problem persisting the TimeZone: - @Persistent(defaultFetchGroup=true) private TimeZone timezone; - - java.lang.IllegalArgumentException: timezone:

[appengine-java] Re: Which datastore exceptions are appropriate for Re-try

2009-11-09 Thread Diana Cruise
WSouza, what scenario triggers UnknownException? On Nov 9, 3:24 am, leszek leszek.ptokar...@gmail.com wrote: http://code.google.com/intl/pl/appengine/docs/java/datastore/transact...         for (int i = 0; i NUM_RETRIES; i++) {            

[appengine-java] Re: Which datastore exceptions are appropriate for Re-try

2009-11-09 Thread Diana Cruise
Leszek, thanks much! On Nov 9, 11:20 am, Diana Cruise diana.l.cru...@gmail.com wrote: WSouza, what scenario triggers UnknownException? On Nov 9, 3:24 am, leszek leszek.ptokar...@gmail.com wrote: http://code.google.com/intl/pl/appengine/docs/java/datastore/transact...

[appengine-java] Re: GAE status / availalbility problems?

2009-11-09 Thread Jason (Google)
As always, I need your application ID in order to help troubleshoot app-specific issues. Please provide that and any stack traces or other error messages you see in your application's logs. - Jason On Fri, Nov 6, 2009 at 9:47 PM, Dmitry Anipko dmitry.ani...@gmail.comwrote: After some more

[appengine-java] Re: java.lang.IllegalAccessException: Private fields can not be set on JRE classes.

2009-11-09 Thread Dary
Like this in Config.groovy? grails.stringchararrayaccessor.disabled=true Sorry, relative n00b here. Dary On Oct 18, 8:20 am, Toby Reyelts to...@google.com wrote: Groovy is trying to use reflection to set the private

[appengine-java] Re: Deploy webservices

2009-11-09 Thread Cloud Whiz
I'm the author of the 3 part blog series that you've referred to. I've obviously tried it and it works but I'd encourage others to give it a go. There was a bit of jumping through hoops to get it working but hopefully it was just me that needed to do the hoop jumping and others will be able to

[appengine-java] Re: thanking uuuuuuuuu

2009-11-09 Thread raju k
THANK U SO MUCH --~--~-~--~~~---~--~~ 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

[appengine-java] Cannot Install Ecipse Plug-in

2009-11-09 Thread Emmanuel
I am trying to install the 3 Eclipse plug-in (Google App Engine, Eclipse Plug-in and Google web-tool kit). The process works well untill the selected packaged are submitted and then the server/tool returns a : Cannot complete the install because one or more required items could not be found.

[appengine-java] potential bug: Caused by: java.lang.IllegalAccessException: Reflection is not allowed on private final boolean java.util.LinkedHashMap.accessOrder

2009-11-09 Thread CTR
My application is running flawlessly on hosted and web mode (GWT 1.7.1 - GXT 2.0.1 - GWT-SL1.0). Once deployed on GAE , I have the following exception: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call java.lang.RuntimeException:

[appengine-java] Google App and Mentawai

2009-11-09 Thread crain
Hello everybody, i want to use the Mentawai Webframework together with Google App. I am getting the following error if i want to deploy my application: java.io.FileOutputStream is a restricted class. Please see the Google App Engine developer's guide for more details It seems that Google App

[appengine-java] Re: java.lang.IllegalAccessException: Private fields can not be set on JRE classes.

2009-11-09 Thread Toby Reyelts
I don't know about Config.groovy, but you can do this in your appengine-web.xml: system-properties property name=grails.stringchararrayaccessor.disabled value=true/ /system-properties On Sun, Nov 8, 2009 at 12:34 AM, Dary dary.merck...@gmail.com wrote: Like this in Config.groovy?

[appengine-java] Re: Cannot Install Ecipse Plug-in

2009-11-09 Thread Jason Parekh
Hi Emmanuel, Are you using Ubuntu 9.10 by any chance? If so, please see the thread at http://groups.google.com/group/google-web-toolkit/browse_thread/thread/73be1fd004e110f8/b1d83e51b20ea340?show_docid=b1d83e51b20ea340pli=1for instructions on how to enable the proper update sites that the Google

[appengine-java] Re: Master/Detail relations and redundant data handling

2009-11-09 Thread James H
Bryce, I tried another use of your embedded class related to Audit fields on an Entity. For consistency in approach to Auditing entity data, typically you would add the following 4 fields to each entity in your design: createBy, createdDate, updatedBy, and updatedDate. I thought I'd place these

[appengine-java] Re: Master/Detail relations and redundant data handling

2009-11-09 Thread bryce cottam
hey James, I usually do a defaultFetchGroup=true on my embedded classes ('cause I always want them), but this makes it so that the embedded class is always loaded. This generally isn't a problem because embedded values are contained in your entities record in the data store. However, there is

[appengine-java] Re: Cannot Install Ecipse Plug-in

2009-11-09 Thread Emmanuel
Hello, I am not using Ubuntu. I have a fresh install of eclipse 3.5 jor Java (32-bits for windows), working under Vista home 64bits with a an install of Java SE SDJ 1.6_17/ Emmanuel On Nov 9, 2:41 pm, Jason Parekh jasonpar...@gmail.com wrote: Hi Emmanuel, Are you using Ubuntu 9.10 by any

[appengine-java] Re: Delete task queue

2009-11-09 Thread victor
You might have a previous version of the app that still refers to the old queue. Delete those versions. On Nov 9, 7:29 am, Peter Ondruska peter.ondru...@gmail.com wrote: I have defined task queue using queue.xml but later decided not to use it. It still appears in queue list in app engine.

[appengine-java] Re: Cannot Install Ecipse Plug-in

2009-11-09 Thread Emmanuel
Well I tried this but it is the same result. I was not sure what you meant by enable so I tried to check all packaged from the webtools update and I got a similar result (items could not be found). On Nov 9, 4:34 pm, Jason Parekh jasonpar...@gmail.com wrote: Hi, Could you try enabling the

[appengine-java] Re: why my app on GAE first access is so slow

2009-11-09 Thread zhiw...@gmail.com
now i set the schedule time to 3min, it seems work, every time i access my app, i can hardly feel slow. my cron job access a servlet that do nothing and just for active my app. set the schedule time to 1min is better i think,although it will take some cpu time. On Nov 9, 11:31 pm, m seleron