[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: