[appengine-java] Can't deploy my app in the cloud

2012-01-26 Thread deltaaruna
Hi all, My app is running well on the local app engine server. But when I try to deploy the app in the google cloud following error comes. I am using eclipse helios for the development. And the app is running well locally, java.io.IOException: Error posting to URL: https://appengine.google.com/a

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread Matthew Jaggard
Yes, I was able to log in to my development application using http://mjaggard.openid.org.cn/ as my Open ID. Assuming I managed to separate things correctly you should be able to use the test app I produced. So you'd click on "OpenID" on the login page and then type in your Open ID URL (like http://

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

2012-01-26 Thread datanucleus
Who can say; you need to define what you're doing. So look at http://code.google.com/p/datanucleus-appengine/source/browse/trunk/tests/com/google/appengine/datanucleus/jpa/JPAManyToManyTest.java and write a test, using that same sample, with the operations you're performing. -- You received thi

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread TG
Could you tell me if I can use any openid provider in a openid consumer (in GAE )? For example I tried to use a login from www.openid.org.cn in a openid consumer (in Gae) and I receve Error: Server Error. My goal is try to use a application(in GAE) as openid consumer using another applicatio

[appengine-java] Re: uploading a new version of my app doesnt affect the running system

2012-01-26 Thread vega
now it took the update -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/dz6DGQLhW0cJ. To post to this group, send email to google-

[appengine-java] Re: uploading a new version of my app doesnt affect the running system

2012-01-26 Thread vega
thank you for your reply. ive uploaded it as a v2 (which was the first upload to that version) and set it as default. the log says a new instance was started at the request. but i do still get the old version of my application :( -- You received this message because you are subscribed to the Go

Re: [appengine-java] uploading a new version of my app doesnt affect the running system

2012-01-26 Thread Matthew Jaggard
Could you try changing the version? I think some people have seen issues before if I remember correctly and they resolved it by changing the version and then setting the new version as the default. On 26 January 2012 10:29, vega <_v...@vr-web.de> wrote: > hi everyone > > when i deploy changes to

[appengine-java] form (with file upoad) fails to submit for anonymous users

2012-01-26 Thread Juna
Hi, I am currently using vosao 0.9.7, I will move to latest version in a couple of months (maybe it is solved there) but will be great to find an early solutions or workarounds. I have a form where an anonymous user can upload an archive (it is a required field in fact). After submitting a mess

[appengine-java] uploading a new version of my app doesnt affect the running system

2012-01-26 Thread vega
hi everyone when i deploy changes to the server, the upload is working ("Deployment completed successfully") but when i open a page, i get the old version of my app, not the new. also when i use strg+f5. the logs says for the first request after uploading the new version: "This request caused

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread Matthew Jaggard
It is a NetBeans project, but you can also just use apache ant to compile if you change the "appengine.location" in nbproject\ant-deploy.xml to the path to your SDK. ant runserver should compile and then start the dev server although the dev server isn't that helpful in this particular example beca

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread TG
and thanks for reply. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/P5QF2XqzR_QJ. To post to this group, send email to google-appen

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread TG
It's a netbeans project? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/TKiC-3TY0bYJ. To post to this group, send email to google-ap