[appengine-java] Would you car-pool or hitch-hike?

2012-02-04 Thread Robert Munro
I am doing a workshop on validating ideas, and am trying to get feedback on peoples opinions of car-pooling/hitchhiking. Maybe you can take a look? Will take less than 1 min. https://www.facebook.com/pages/IThumb/185431371557994?sk=wall -- best Rob *Web*: http://www.my-pod.org

[appengine-java] Re: Creating and Retrieving a blobstore file

2012-02-04 Thread Andrew Myers
Just an update on this. I've got it working by using the BlobStoreInputStream. Regards, Andrew. On 4 February 2012 13:38, Andrew am2...@gmail.com wrote: Hi, I'm trying to save a file to the blobstore similar to what is described in docs at this page:

[appengine-java] Google storage cpu consumption

2012-02-04 Thread Christian Goudreau
Hi everyone, I was wondering, while using the Google Storage Java api, will I be billed for the time the handler of the request on AppEngine takes? I mean, that's great to have this easy to use API to access our data, but I will use the RESTful service from the client if I'm going billed for the

[appengine-java] SDK 1.6.2.1??

2012-02-04 Thread Emanuele Ziglioli
Hi, I see on http://code.google.com/p/googleappengine/downloads/list there's a new release (1.6.2.1) while a couple of days ago there was 1.6.2. Anyway, I've tried to download it twice and the zip file looks corrupt. -- You received this message because you are subscribed to the Google Groups

Re: [appengine-java] SDK 1.6.2.1??

2012-02-04 Thread Amy Unruh
hi, Yes, there was an issue that required a new release (the download page here: http://code.google.com/p/googleappengine/downloads/detail?name=appengine-java-sdk-1.6.2.1.zip gives more info). The zip linked to from that page seems fine, however -- I just double checked it. On Sun, Feb 5,

Re: [appengine-java] writing then reading entity does not fetch entity from datastore

2012-02-04 Thread John Goche
Thanks Ikai for your help, I was indeed running a global query and not reading by key. This was in the dev app server which AFAIK reproduces the behavior of the datastore. I would like to know, if you don't mind me asking, suppose I am not reading by key. Once a query becomes consistent, that

[appengine-java] Re: Unowned relations JPA examples for datanucleus plugin v2

2012-02-04 Thread Rogue Wind
I'm getting the exact same error. I have the most recent version. The 2.0 final version. My sequence is to instantiate side b, instantiate side a, add b to a's list, then add a to b's list. I then attempt to persist side a and I get the exception Detected attempt to establish This(2) as the

[appengine-java] Handling ISO-8559-1 encoded parameter values in request

2012-02-04 Thread Joa
I've run into a problem reading parameters with values that are encoded in ISO-8559-1 (I think). Here's an example of a request string: GET /ws/V1/routes?agency=CIT%20Vall%E9e-du-Richelieu When reading the value of parameter agency, the space character %20 correctly decodes to a space, but the %E9

[appengine-java] Re: Unexplained error of SQLException

2012-02-04 Thread Nichole
Looks like you are trying to upload binaries compiled w/ a jdk version not compatible w/ 5 or 6. On Feb 2, 9:06 pm, Arjun Damodar lutt...@gmail.com wrote: Hello, I was trying to compile an application but getting the following error: javax.servlet.ServletException: java.sql.SQLException:

[appengine-java] Re: Sending HTTP response header Connection: close for request with Connection: keep-alive

2012-02-04 Thread Nichole
you'll want to use the HttpServletResponse close() method. On Feb 1, 9:18 pm, Jeff Morgan j...@lacodatech.com wrote: Is there a way to force GAE to send an HTTP response with header Connection: close? I have tried, response.setHeader(Connection,close); but no luck. -- You received this

[appengine-java] Re: Unowned relations JPA examples for datanucleus plugin v2

2012-02-04 Thread Rogue Wind
A little more info on my example too. This is an M-N relationship and I am attempting to do a bidirectional unowned relationship not in the same entity group. What I am noticing is that when persisting side a, I do see side b created, and I see the reference to side b added to the list of side

[appengine-java] Cannot retrieve filename with Complicated Chinese charaters in GAE

2012-02-04 Thread Tony Yang
Dear Sir, Would you help me the problem below. Environment : Java and JSP Action : retrieve filename from file with Complicated Chinese characters. Sample file : A1-中文.jpg Response : 1. OK for local Eclipse developing platform, the name of 中文 can be retrieved. 2. After deploying in GAE cloud,

[appengine-java] ignition library-com.github.ignition.core.widgets.RemoteImageView failed to instantiate.

2012-02-04 Thread chiru
hii... i have added the jsr305.jar and google-collect-1.0-rc1.jar... but now my layout file shows the following error.. can any one tell me what the error is.. The following classes could not be instantiated: - (Open Class, Show Error Log) See the Error Log (Window Show View) for more details.

[appengine-java] Service for Java Desktop App

2012-02-04 Thread Ehsun Behravesh
Hi friends, I'm so new to GAE. I know Cloud and the concept but I don't know anything about the API in details. I'm going to provide some very simple services for a Java Desktop app. For example the app sends some parameters and receives some value. What is the best way and architecture for

[appengine-java] Re: SDK 1.6.2.1??

2012-02-04 Thread Emanuele Ziglioli
Thanks Amy, I'm trying to download it again. Internet is slow in New Zealand, and data capped, so I hope this time it works (I know, it must sound crazy from any other western country!!). Any news regarding the source code? SVN is stuck with version 1.6.0 -- You received this message because

[appengine-java] SecurityException thrown by java.lang.reflect.AccessibleObject.setAccessible(boolean flag)

2012-02-04 Thread Emanuele Ziglioli
Hi, we've been experiencing some SecurityExceptions caused by GAE's Security Manager. The strange thing is that they don't occur every time. Apparently we're not the only ones: 1. Siena Project: https://groups.google.com/group/siena-discuss/browse_thread/thread/3882b18e14de8776 2. JAXB:

[google-appengine] Re: Is a composite index row created if one of the properties is missing ?

2012-02-04 Thread Mahron
Ok, thanks for your time. I was getting only one less because I just renamed the property and create a new entity to simulate the missing. So I always had the same number of single properties. But if I remove it, it is indeed 3 write ops less. -- You received this message because you are

[google-appengine] Re: Cannot add new application due to SMS verification

2012-02-04 Thread Maygray Heron
Indeed i already tried that, twice now, but so far i got no notification that the issue has been fixed, nor did the behavior changed i am still prompted for a phone number. The app was created with this account as i only have this one. On 4 Feb., 07:41, Robert Kluin robert.kl...@gmail.com wrote:

Re: [google-appengine] Generate JAX-WS Client on GAE for Rpc style wsdl

2012-02-04 Thread Deepak Singh
You can work with SOAP(Client) services only through JAX-WS. If there is something which JAX-WS does not support, GAE will also not support. Here JAX-WS does not support RPC style, so gae will also not. Can you generate client code using JAX-WS for the wsdl i have mentioned below ? Thanks

Re: [google-appengine] Task Queue REST API and push queues?

2012-02-04 Thread James Broberg
Sure would be great to know the queue lengths for instance... On 3 February 2012 18:22, Robert Kluin robert.kl...@gmail.com wrote: By the way, this is something I've asked about a number of times as well.  I'd love to be able to get the same stats presented on the dashboard. Robert On

Re: [google-appengine] Re: Cannot add new application due to SMS verification

2012-02-04 Thread Robert Kluin
How long ago did you try? It is around a weekend, so it could take a few days. Robert On Sat, Feb 4, 2012 at 09:53, Maygray Heron maygray.he...@googlemail.com wrote: Indeed i already tried that, twice now, but so far i got no notification that the issue has been fixed, nor did the

Re: [google-appengine] Task Queue REST API and push queues?

2012-02-04 Thread Robert Kluin
I totally agree. I'd love to be able to programmatically query the task count and currently enforced rate for each queue. It might also be nice to get the run-in-last minute and currently running numbers as well. Robert On Sat, Feb 4, 2012 at 19:01, James Broberg jbrob...@gmail.com wrote:

Re: [google-appengine] Re: Cannot add new application due to SMS verification

2012-02-04 Thread Barry Hunter
try to login with your email as @gmail.com rather than @googlemail.com (or the other way round - if you already doing that). I used to use the @googlemail.com version, and still have problems with various google services. On Sat, Feb 4, 2012 at 2:53 PM, Maygray Heron

Re: [google-appengine] Re: Report

2012-02-04 Thread NAG
Not sure if you've received my message with all the steps I've taken. Yes, I've followed all the steps you have mentionned above. Thanks for your time. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web

Re: [google-appengine] Re: Report

2012-02-04 Thread NAG
I just wanted to say that it is not type to send those kind replies - I was very frustrated and annoyed that I wasn’t getting any feedback from google app to resolve this matter or send any feedback after all the requests I sent to them (coming in this forum was my last chance). I apology --

[google-appengine] Adding an email address as an authrorized send for my app

2012-02-04 Thread Niklas Rosencrantz
I want to add another email address as the send for my app so I must cativate that email as permitted for my app but I can't accept the invitation since it is not a google account. What is the best way to do this? Do I have to add to domain to google apps? Thanks -- You received this message

Re: [google-appengine] file.create() throws an ApiDeadlineExceededException very frequently

2012-02-04 Thread Gaurav Misra
Hi Robert, I tried that solution and it has helped reduce the rate but with 4 test users we are still seeing a very high rate for these errors. I try three times to make it work but it still fails. I think if I try more than a few times, I might hit the request timeout deadline, and its not

[google-appengine] Remove post from mail-archive.com

2012-02-04 Thread Jade Elizabeth
Hi, I have contacted mail-archive.com to delete a post I have posted but they told that I need to send a request to you. Could you please assist with what information do you need to remove the post from - http://www.mail-archive.com Thanks. -- You received this message because you are

[google-appengine] Warning: This application is hidden by an alias.

2012-02-04 Thread Wire C. Allmaps
I'm receiving the following error for any Google App Engine app I try to create: Warning: This application is hidden by an alias. The application AppName has an alias that causes it to recieve all traffic normally directed at this one. Unless you are looking for historical data, you probably

[google-appengine] Frontend instance hours being consumed with zero requests

2012-02-04 Thread Troy
I have an app that is basically a test version of another app. So everything is setup the same and uses the same code, but it's not accessible by our users, only the internal team. We have not done any testing or usage of the test version as of late, so it's not serving any request. Yet when

[google-appengine] hola

2012-02-04 Thread Mjrosse
hello everyone. can somebody explain me how to fix this problem with my aplication on appspot. the issue is this, I upload a proyect made in php with java and the page run perfect but, if i go to admin panel i get this problem The settings file was found at includes/settings.php but is not

[google-appengine] Remove Archive post

2012-02-04 Thread Jadeli
Hi, I would like to remove an archive post from mail-archive.com and I need instruction to do this. mail-archive.com won't remove the post from they system until a request has been sent by Google App engine Admin/owner. Please help, thanks -- You received this message because you are subscribed

[google-appengine] Running Out of Database Read Operations

2012-02-04 Thread David
My application (studyvolved) was sending 3 post requests a second to constantly update a user's page with the appropriate information. I managed to succeed my 50k read operations in 13 successfully served requests by 1 instance. This took between 30 seconds and 2 minutes. I am reworking the app to