[appengine-java] Re: Failing tasks getting duplicated

2011-04-15 Thread nischalshetty
When a task fails, the "same" task would be retried again. Ideally if you have just one task in your system and that fails a 100 times at the end of the day you should still have only one task in the queue. Are you sure you do not have any logic in the url that the task calls where you create a

[appengine-java] Failing tasks getting duplicated

2011-04-15 Thread John
Hi, I noticed that with the latest 1.4.3 version, tasks which fail get duplicated every time they are being retried. So with 1 task which failed originally, after couple hours it ends up being 500+ tasks (all the same, but with different task IDs). And it explodes quickly/exponentially Is tha

Re: [appengine-java] Help Me...!

2011-04-15 Thread Ikai Lan (Google)
Check out the documentation here: http://code.google.com/apis/spreadsheets/ This article is a bit out of date, but it should still work (we are working to update it with OAuth examples): http://code.google.com/appengine/articles/python/retrieving_gdata_feeds.html

[appengine-java] Re: appcfg deployment hangs at jsp compile

2011-04-15 Thread planza
Hello, I work with Netbeans and solved this problem adding to the classpath the jars located at appengine sdk path appengine\lib\user The files are: appengine-api-1.0-sdk-1.4.3.jar appengine-api-labs-1.4.3.jar appengine-jsr107cache-1.4.3.jar jsr107cache-1.1.jar Thanks On 28 mar, 16:24,

[appengine-java] Server really slow around 3pm eastern.

2011-04-15 Thread Remy Gendron
>From my GAE logs below. My app was spun up at 30:06 and was kill one second later. However, the system says that the jvm was started at 29:31, which means that the server was so slow that it took almost 30 seconds between the incoming request and my Spring based app being awakened from the Ser

[appengine-java] Help Me...!

2011-04-15 Thread Rambo
Hi all! Am new to Google app engine, i don't know how to read data's from a spreadsheet... Can anyone help me with an sample example for the following spreadsheet? https://spreadsheets.google.com/ccc?key=0AlODJUitpMeRdDhjUlB4SFhlLVBrU2tzNkx2Nmd4Y3c&hl=en#gid=0 Thanks in advance.

[appengine-java] ive been having this problem all day

2011-04-15 Thread pablorg
is this a common issue with GAE? How do companies deal with this, given that they may need to upgrade their software. -- 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@google

[appengine-java] read in file and jump to a certain line

2011-04-15 Thread Sam
I am using the new App Engine file api to read in a file from the blobstore and parse things out from specific lines. Can someone tell me how I could jump to a specific line in the file without having to iterate over every line until I find the line number I need? Here is how I am currently doing

[appengine-java] Question about encoding when using fetchData in the Blobstore to retrieve a byte array of the blob

2011-04-15 Thread jef3189
I have an app that lets a user edit HTML code and upload to the blobstore as a .html file. When I want to retrieve the html code to display to the user for editing, I user fetchData and it returns a byte [] array containing each character as a byte in the array. I can create a new String(byteData,

[appengine-java] caching flash, high-performance img server, and some possible feature requests

2011-04-15 Thread Savas L.
Hi folks, i am learning app engine, and all goes good. this is my first post here, so i feel quite shy.. here seems a suitable place to ask these questions.. here i go... -> i am building an app on app engine, i noticed flash files dont cache, so in every request i see an extra 30k flash file

[appengine-java] Facing problem while xsl transformation

2011-04-15 Thread amitingle...@gmail.com
Hi All, I'm getting Prematureend of file while xsl transform JAVA CODE: // load xslt fromxsltFilePath url = getClass().getClassLoader().getResource(xsltFilePath); BufferedInputStream bis3= new BufferedInputStream(url.openStream()); TransformerFactory transfor

[appengine-java] Datastore Stats for High Replication

2011-04-15 Thread leo
Is it just me unlucky or Datastore Statistics are not implemented yet for HR datastore? I mean not programmatically (did not test yet) but on the Apps page: https://appengine.google.com/datastore/statistics?&app_id=s~...version_id=... -- You received this message because you are subscribed to th

[appengine-java] AppEngine : DAO Unit Test Problem with child entities. JDODetachedFieldAccessException

2011-04-15 Thread pavb
Hi, I have a problem with my DAO unit test to check my entities. I have make many tries but I can not find a good solution. I would like to be able to check the values of each property of entities but also theirs childs. I am currently using JPA and spring for the transaction management. I have se

[appengine-java] Re: How to read large files from the Blobstore using the file API ?

2011-04-15 Thread Sam
I would just try doing whatever you are doing in an offline process (task queue) and then notify the client when it is done. On Apr 13, 2:33 am, DanielP wrote: > Could maybe someone from Google help with this ? > 5MB is not so much - it shouldn't really take 30s !! > Thanks ! > Daniel > > On Apr

[appengine-java] Re: [google-appengine] UserSettings + Other API Google

2011-04-15 Thread Felipe Teixeira
Yeah, it Work, But my question is : How get this information of domain that is not on my responsibility. e.g : i want buy this application, and the activation in my domain is automatic. ( the app get secret key and consumer key of any domain, offcourse, after autentication the admin of doma

[appengine-java] UserSettings + Other API Google

2011-04-15 Thread Felipe Teixeira
Hi, anyone have an example of an Api UserService with google for example CalendarService I can not use in any way, nor with AuthSub or OAuth, etcss ... Thanks -- *Felipe Teixeira* *Desenvolvedor Java * IPNET - Soluções em Informática Tel.: 55 21 3553 2717 / 21-7805-6867 Rua Visconde de

[appengine-java] HTTP Post not working

2011-04-15 Thread Thomas Riley
Hello, I'm using GAEJ as the back end for my Android application and have implemented Cloud to Device Messaging for Android (C2DM). I have everything working bar one bit of code. The Servlet that is executed in a TaskQueue refuses to execute correctly. The code includes a HTTP POST that is tec