[appengine-java] Re: Forcing user to re-enter login password using PAPE max_auth_age=0

2010-12-02 Thread dflorey
Hi, did you manage to get this working? I'm thinking about switching from my (working) step2 implementation to app engine OpenID support. Is logout working properly? The warning seems to be removed from the docs. Daniel On Nov 30, 12:38 pm, AmaltasCoder agarwalmegh...@gmail.com wrote: I am

[appengine-java] Re: Forcing user to re-enter login password using PAPE max_auth_age=0

2010-12-02 Thread dflorey
PAPE seems to be unsupported: http://code.google.com/intl/ja/appengine/articles/openid.html#uf On Dec 2, 4:00 pm, dflorey daniel.flo...@gmail.com wrote: Hi, did you manage to get this working? I'm thinking about switching from my (working) step2 implementation to app engine OpenID support

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-16 Thread dflorey
Ikai, you are the man! This seemed to be the problem with my apps as well. THANK YOU!!! On Nov 16, 8:25 am, Joakim Söderström joakim.soderst...@gmail.com wrote: This solves my issues, thanks Ikai! Suggestion: make sure that the Eclipse plugin doesn't generate a web.xml with DOCTYPE set. On

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
No single deployment succeeded today. Tried since ~5 hours on several apps, all are getting timeouts... On Nov 15, 2:55 pm, ArtemGr artem...@gmail.com wrote: The same, although from time to time deployment works. AppID: javagrond. On Nov 15, 12:30 pm, Didier Durand durand.did...@gmail.com

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread dflorey
. On 11/15/2010 06:10 PM, dflorey wrote: No single deployment succeeded today. Tried since ~5 hours on several apps, all are getting timeouts... On Nov 15, 2:55 pm, ArtemGrartem...@gmail.com  wrote: The same, although from time to time deployment works. AppID: javagrond. -- You

[appengine-java] Re: App Engine Really Slow after certain time of no requests

2010-11-12 Thread dflorey
This is a known issue and the app engine team may provide a way to buy a reserved warm instance to reduce startup times - at least it's on their roadmap. On Nov 12, 5:48 am, OdysseyFX bradwill...@gmail.com wrote: I definitely experience this problem to. I have a cron job that runs every 15

[appengine-java] Re: OpenID: What's the use of the createLoginURL attributesRequest parameter

2010-11-06 Thread dflorey
Are you using OpenID? Is logout working with app engine? I thought it is not yet usable. You could use additional attributes to e.g. set PAPE=0 to emulate a proper logout Daniel On Nov 5, 2:00 pm, Alex alex.jong...@gmail.com wrote: Hi, the createLoginURL method for federated login with

[appengine-java] Re: SDK 1.3.6 released!

2010-08-18 Thread dflorey
Are there plans to implement faster count() that does not grow with the result set size or is this not possible due to the nature of the datastore? On Aug 18, 2:34 pm, Gleidson G Moura gleidson.gmo...@gmail.com wrote: Ok! good! 2010/8/17 Ikai L (Google) ika...@google.com: Hey guys,

[appengine-java] Application startup exception

2010-08-02 Thread dflorey
This looks ugly. Any ideas? Failed startup of context com.google.apphosting.utils.jetty.runtimeappenginewebappcont...@9d5793{/,/ base/data/home/apps/universalcontactmanager/1.343800407326166303} com.google.inject.internal.ComputationException:

[appengine-java] Re: Sending mail in transaction

2010-07-13 Thread dflorey
to check whether the mail has been sent successfully or not. This is an ugly workaround but there is nothing else that comes to my mind. On 12 Jul., 22:54, Marcus Brody mhrab...@gmail.com wrote: dflorey and Pieter, thank you for the links, I will look into it asap. On Jul 12, 10:35 pm, Pieter

[appengine-java] Re: Sending mail in transaction

2010-07-12 Thread dflorey
to think :) On Jul 11, 11:57 pm, dflorey daniel.flo...@gmail.com wrote: AFAIK there is no (simple) way to turn requests with undefined result into idempotent tasks. I've been struggling to execute gdata insert requests in a transaction as they may return with a timeout. It would be very nice

[appengine-java] Re: Sending mail in transaction

2010-07-12 Thread dflorey
Locking will not help. You may need to be able to pass a unique identifier to the mail api to prevent sending mails twice (see http://groups.google.com/group/google-appengine/browse_thread/thread/c64caf9539a45051/00d157921c2fde92) On 12 Jul., 22:07, Marcus Brody mhrab...@gmail.com wrote:

[appengine-java] Re: Sending mail in transaction

2010-07-11 Thread dflorey
AFAIK there is no (simple) way to turn requests with undefined result into idempotent tasks. I've been struggling to execute gdata insert requests in a transaction as they may return with a timeout. It would be very nice if google would provide the standard services in an idempotent manner. On 10

[appengine-java] Re: New Content-Length must be specified error

2010-07-02 Thread dflorey
Yes, I experience the same problem without warning on Safari on Mac. Works fine on Windows. On 2 Jul., 09:38, steveb steve.buikhui...@gmail.com wrote: I've got an application that just started producing the following error from servlets. javax.servlet.ServletException: Content-Length must be

[appengine-java] Re: Necessity for Java graphics

2010-06-22 Thread dflorey
This one works for me: http://www.tinyline.com/ I had to implement an app engine graphics context to make it work though. But it is fast (not too much CPU consumption) and easy to use - but it is not free. On Jun 22, 6:42 am, moissinac jcmoissi...@gmail.com wrote: On 21 juin, 11:17, dflorey

[appengine-java] Re: Necessity for Java graphics

2010-06-21 Thread dflorey
I've been using server side graphics using libs that don't require AWT image. This works fine for me (including server side svg generation etc.) and you can take advantage of the app engine image transforms. On 21 Jun., 07:28, bradr brad.rydzew...@gmail.com wrote: What about Google Chart

[appengine-java] Task queue questions

2010-06-20 Thread dflorey
I'm using the task queue to do some batch processing on many datastore entities with some kind of home-brewed MapReduce mechanism. When running in development mode all tasks are getting executed very quickly but on App Engine I get only ~120 tasks per minute. Each task spans a single transaction.

[appengine-java] Re: Performance issue for GAE auto-restart

2010-06-11 Thread dflorey
It would be great if JPA/JDO could be disabled in the Google eclipse plugin. I don't need it, but I've not yet figured out how to get rid of the jars... On 7 Jun., 17:59, Jake jbrooko...@cast.org wrote: Hi all, @Thomas:  I will look into that, thank you.  The way we generate our pages in this

[appengine-java] Re: How to workaround inequality and sort order limitations with JDO query?

2010-06-10 Thread dflorey
When I face such a problem I try to solve them with synthetic properties. If you want to be able to find the top ratings from a given timeframe you could concat timestamp+rating and store this into a single property and do a query on this property restricting to a certain timeframe with converting

[appengine-java] Federated Login question

2010-05-25 Thread dflorey
Hi, I'm currently using step2 to let users login to our application in order to get permissions to access their data. Is the new experimental Federated Login feature meant to be a replacement for the step2 stuff? I can hardly find any documentation, especially when it comes to combining OpenID

[appengine-java] How to exclude the optional jars for deployment?

2010-04-09 Thread dflorey
I don't need JDO etc. in my app as I'm using the native datastore. What is the easiest way to exclude these jars from deploy to app engine? Would be very nice if the Google Plugin would provide some options for disabling datanucleus. I have to disable the builder etc. for each project manually.

[appengine-java] Anyone a working example how to build a Java app running on App Engine integrated with Apps Marketplace?

2010-03-10 Thread dflorey
Most interesting: - How to deploy the app? Restrict to a target domain or not? - How to integrate Step2 to retrieve user information - How to use 2-legged OAuth in conjunction with Step2/App Marketplace Any ideas? -- You received this message because you are subscribed to the Google Groups

[appengine-java] @Google: Are you working on UserService running with OpenId?

2010-03-10 Thread dflorey
If yes, I can sit down and wait. If not, I have to keep on my fight with getting Step2 running on App Engine... -- 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

[appengine-java] Wildcard domain names?

2010-02-11 Thread dflorey
Hi, is the new release providing UniversalLogin? So that you can use the UserService to login with Google and Google apps accounts? Or is it still required to restrict the access to the domain to be able to login with google apps accounts? Thanks, daniel -- You received this message because you

[appengine-java] Re: Filtering by Date using the Datastore Low Level API

2009-11-27 Thread dflorey
The filter will just do string comparison (how should it know that you are comparing dates??) To get proper sorting/filtering just store the date as time in millis and it will work. Cheers, Daniel On 27 Nov., 04:25, Doug doug...@gmail.com wrote: Good Evening Everyone, I am working on creating

[appengine-java] Re: Contact Sharing

2009-11-19 Thread dflorey
I've developed an application to share your domain contacts: http://www.google.com/enterprise/marketplace/viewListing?productListingId=5578829+5319719112092419985 On 13 Nov., 21:19, Josh joshua.t.gr...@gmail.com wrote: Is it possible for a user in a domain to create group of contacts and share

[appengine-java] UserService.isUserAdmin() returns false for domain administrator of certain domains

2009-10-23 Thread dflorey
On some domains the UserService.isUserAdmin() is returning false for domain administrators. Which group/issue tracker is the right one to post this issue? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Re: Simple question: How to decrease a counter in a transaction

2009-10-22 Thread dflorey
Can someone help? What am I doing wrong? On 19 Okt., 11:04, dflorey daniel.flo...@gmail.com wrote: Hi all, I need help! I'm using concurrent tasks executed in a task queue. Let's say I want to spawn 100 concurrent tasks and do something once they are all done. I thought this is simple

[appengine-java] Re: Selecting more than 1000 rows ?

2009-10-20 Thread dflorey
You'll need to add an index property to your entity and specify this index in your query. On 20 Okt., 07:48, Sreekanth Raju sraj...@gmail.com wrote: ok, let's say i want to retrieve entity from result list starting from index 1100 to 1150. how to achieve this ?

[appengine-java] Simple question: How to decrease a counter in a transaction

2009-10-19 Thread dflorey
Hi all, I need help! I'm using concurrent tasks executed in a task queue. Let's say I want to spawn 100 concurrent tasks and do something once they are all done. I thought this is simple by just storing the total number of spawned tasks into the datastore and let each task decrease the number by

[appengine-java] Re: My recommendation: Use Low-Level API instead of JDO/JPA

2009-09-24 Thread dflorey
have used JDO in my application (ok... not a big one, 9 domain classes, 6 DAO classes and 3 services) and I'm happy using JDO. On Wed, Sep 23, 2009 at 6:40 AM, dflorey daniel.flo...@gmail.com wrote: I've just refactored my app to use Low-Level API instead of JDO and it's much cleaner

[appengine-java] FetchGroup / detach broken

2009-09-08 Thread dflorey
Hi, I tried to optimize my code by using FetchGroups. But this is not working as expected. Example from docs, Employee/ContactInfo. Make both detachable. Add ContactInfo to a separate FetchGroup, add it to the FetchPlan and try to load the Employee with its contactInfos. They will not get loaded/