[appengine-java] Retrieving keys involving corresponding entities in transaction

2011-08-01 Thread Mauricio Aristizabal
I was just trying retrieve a List of entities and do a .size() to get a current count, but ran into this: Caused by: java.lang.IllegalArgumentException: can't operate on multiple entity groups in a single transaction. found both Element { type: "Conversation" id: 37 } and Element {

Re: [appengine-java] Task queues locking

2011-08-01 Thread Ikai Lan (Google)
Interesting. Can you post app IDs and keys of entities that do this? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Sun, Jul 31, 2011 at 3:57 PM, Eduardo Garcia Lopez wrote: > Ikai, > > I have done the tests with Datastore lo level API instead

Re: [appengine-java] Download Blob Object from DataStore

2011-08-01 Thread Ikai Lan (Google)
If you're talking about the blobstore, you should read this doc: http://code.google.com/appengine/docs/java/blobstore/overview.html If you're talking about a datastore blob, you would read it as an inputstream and translate it downstream in a servlet. -- Ikai Lan Developer Programs Engineer, Goo

[appengine-java] Re: pdf creation problem

2011-08-01 Thread gk
See http://code.google.com/p/googleappengine/wiki/WillItPlayInJava iText is listed therein as not supported - as are many packages that rely on the AWT framework / Graphics 2D. Google App Engine is here like most other "headless" environments. On Aug 1, 11:09 am, vss wrote: > I got error messag

[appengine-java] Sign in to Google not working for MyEclipse 9.0

2011-08-01 Thread sj
Hi I'm using latest Google Plugin for Eclipse 2.4 from below URL in MyEclipse 9.0: http://dl.google.com/eclipse/plugin/beta/3.6 Starting the 'Sign In to Google' button (bottom of MyEclipse status bar) still working and this 2 days I just realize that is no respond, moreover the 'deploy to App En

[appengine-java] problem with netbeans 7.0 y JSF .0

2011-08-01 Thread mishaJorge
Greeting friends since Lima, Peru My problem is I'd created a web application (gestionfisi) with netBeans 7.0 IDE using JSF2,0 includes in this IDE. netBeans' plugin for GAE is installed without problems and discharged a appengine-java and unzipped fine. However , when my application is running (a

[appengine-java] Connection Timeout for URL fetch??

2011-08-01 Thread -sowdri-
Hi all, http://code.google.com/appengine/docs/java/urlfetch/overview.html >> You can set a deadline for a request, the most amount of time the service will wait for a response. By default, the deadline for a fetch is 5 seconds. The *maximum deadline is 10 seconds* for HTTP requests and 10 min

[appengine-java] pdf creation problem

2011-08-01 Thread vss
I got error message of " com.lowagie.text.Document is not supported by Google App Engine's Java runtime environment " in pdf creation in java using itext then pdfjet also the same msg displayed and the msg of " java.io.FileOutputStream is not supported by Google App Engine's Java runtime " , what t

[appengine-java] Persistence issue

2011-08-01 Thread max
hello, I'm facing a problem about the persistence of some of my objects. i have a class which is persistent capable and i don't think there is any error in it *CODE* import java.util.ArrayList; import java.util.List; import javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotation

Re: [appengine-java] HardDeadlineExceededError on start up

2011-08-01 Thread jem...@gmail.com
I have the same issue but it happens on and off since day one, not just couples of days back. But like you, I don't know what is the cause of that. Hth - Reply message - From: "sgrueter" Date: Mon, Aug 1, 2011 9:44 am Subject: [appengine-java] HardDeadlineExceededError on start up To:

[appengine-java] Re: Local Datastore Viewer Not Showing All Properties

2011-08-01 Thread Nischal
I realized the same. But the local datastore is primitive when it comes to features as compared to the one in production. For example you cannot edit the data in the local datastore. So I think this is expected behavior, the local datastore will not show unindexed properties. -- You received t

[appengine-java] Re: Make use of appengine versions? Looking for your sugestion

2011-08-01 Thread Nischal
1) Is there any performance bottleneck for those non-default versions? eg, max instance can't exceed certain no? Nope 2) How transactions are managed across different versions? eg, can I assume version 1 can't commit changes to certain entity group if version 2 has already started one on th

[appengine-java] Make use of appengine versions? Looking for your sugestion

2011-08-01 Thread Max
Hi, >From my understanding, an application with different enabled versions is exactly the same as multiple applications sharing same billing quota and same datastore. If that's the case, then is it suggested to use it like: 1) deploy python, java or go into different versions so that differe

[appengine-java] Re: Using async-session-persistence

2011-08-01 Thread gk
Greetings, still have not found any clues what could cause "async-session- persistence" tasks to fail with HTTP status code 415 (Unsupported Media Type). Any ideas? On Jul 27, 9:16 pm, gk wrote: > I am experimenting with queue-name="default"/> to store https session data; at first it seems > t

Re: [appengine-java] Re: Mining logs for performance data

2011-08-01 Thread John Patterson
On 30/07/2011 08:50, Kesava Neeli wrote: Thanks for the pointer. I wasn't aware of the the 'download logs' tool. I will give that a try. It doesn't contain the time information. That only shows in the console -- You received this message because you are subscribed to the Google Groups "Google

[appengine-java] HardDeadlineExceededError on start up

2011-08-01 Thread sgrueter
Hi In the last couple of days my application can not start in less than 30s some times and then HardDeadlineExceededError is thrown. At other times the application starts normally and I can not see a reason in system status why the application should have problems starting or not. The applicati

[appengine-java] Self join and group by

2011-08-01 Thread Hari
Hi, Is it possible to construct queries similar to Self join and Group by using lowlevel api? Since i use objectify i dont want to explore options of JDO or JPA. Thanks Hari -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post