Re: GAE & T5 : Passing a request to the T5 pipeline from a servlet

2010-02-22 Thread Dmitry Gusev
Alex, I haven't tried blobstore service yet, I was using Task Queue API and I got situation when requests were not processed - my page's onActivate wasn't called and I thought this is the same issue you had with blobstore. As I wrote, in my case the issue why onActivate haven't been called was cau

Re: GAE & T5 : Passing a request to the T5 pipeline from a servlet

2010-02-22 Thread Alex Kotchnev
Dmitry, I was unable to get this to work properly. I was able to get the blobstore API working on the Dev server as I wanted ( SwfUploader uploading multiple to the same URL of my servlet, and then my servlet dispatching to the blobstore specified URL). However, when I put it up on the GAE infra

Re: GAE & T5 : Passing a request to the T5 pipeline from a servlet

2010-02-21 Thread Dmitry Gusev
False alarm, its working, the problem was in AccessController On Sun, Feb 21, 2010 at 17:43, Dmitry Gusev wrote: > Hi, Alex! > > Did you had any success with this? > > I have similiar problem now implementing GAE Task Queue API in my T5 app. > > > On Thu, Dec 31, 2009 at 02:41, Alex Kotchnev wr

Re: GAE & T5 : Passing a request to the T5 pipeline from a servlet

2010-02-21 Thread Dmitry Gusev
Hi, Alex! Did you had any success with this? I have similiar problem now implementing GAE Task Queue API in my T5 app. On Thu, Dec 31, 2009 at 02:41, Alex Kotchnev wrote: > I've been struggling a bit w/ getting the GAE blobstore API to upload files > into a GAE T5 based app. All of the example

GAE & T5 : Passing a request to the T5 pipeline from a servlet

2009-12-30 Thread Alex Kotchnev
I've been struggling a bit w/ getting the GAE blobstore API to upload files into a GAE T5 based app. All of the examples include using the blobstore service to create a URL to which the file is uploaded, after which the blobstore passes the control to a URL provided by user, e.g. : url = blobstore