Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 49382 invoked from network); 23 Dec 2005 14:39:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Dec 2005 14:39:55 -0000 Received: (qmail 80678 invoked by uid 500); 23 Dec 2005 14:39:42 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 80622 invoked by uid 500); 23 Dec 2005 14:39:41 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 80611 invoked by uid 99); 23 Dec 2005 14:39:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2005 06:39:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kschneider@gmail.com designates 64.233.182.197 as permitted sender) Received: from [64.233.182.197] (HELO nproxy.gmail.com) (64.233.182.197) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2005 06:39:40 -0800 Received: by nproxy.gmail.com with SMTP id m19so232512nfc for ; Fri, 23 Dec 2005 06:39:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TosLr5hDLJfD2/VkDZ8jRBHa4y1fxFV3u6BHrIx61nM2HNzCnoTCIJXVnsyohWQFz3OEjJYdkO6LJLgTxRPxXMorRe2O4fFMoWQ+AgvkspK/7cmNujN+C6wDXDzu6bnOnYhY9ngDW//JEhRqRXlOE8BqhSy1q6ahDLu55Y1ylwo= Received: by 10.48.31.18 with SMTP id e18mr144220nfe; Fri, 23 Dec 2005 06:39:18 -0800 (PST) Received: by 10.49.40.18 with HTTP; Fri, 23 Dec 2005 06:39:18 -0800 (PST) Message-ID: <3d242a3d0512230639g5adb6472uca327848390d4066@mail.gmail.com> Date: Fri, 23 Dec 2005 09:39:18 -0500 From: Kris Schneider To: Michael Ebert Subject: Re: continuation expiry Cc: users@cocoon.apache.org In-Reply-To: <20051222182032.4pm4umuprio80skk@www.ebira.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051222163429.gf6b6vcdnc6ioggw@www.ebira.de> <3d242a3d0512220747q74888e66s9610f75f977c23d3@mail.gmail.com> <20051222182032.4pm4umuprio80skk@www.ebira.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 12/22/05, Michael Ebert wrote: > Hi Kris, > > thank you for your hints. Writing an own flow interpreter seems to be qui= te > difficult. Is there a more easy solution anywhere? Not that I'm aware of. A good starting point is to simply extend JavaInterpreter and override the "configure" method to do what you need. You'll also need to modify your cocoon.xconf to use your new interpreter: > Zitat von Kris Schneider : > > > You might want to check out this thread: > > > > http://thread.gmane.org/gmane.text.xml.cocoon.devel/55453 > > > > In short, JavaInterpreter uses a hard-coded, non-configurable value of > > 600000 for continuation time to live. You'll have to write your own > > configurable flow interpreter and replace the default in cocoon.xconf. > > > > On 12/22/05, Michael Ebert wrote: > >> Hi, > >> > >> I have an Upload Portal to exchange files with our customers. The > >> portal uses > >> javaflow. In some cases we have quite big files to transfer. So some > >> transfers > >> take more than 10 Minutes. In those situations, the user gets an > >> continuation > >> invalid error, instead of the next page sent by the sendPage() > >> method from the > >> java flow. When i check the timeToLive() value from the WebContinuatio= n i > >> always get the value 600000. I think this value is in miliseconds. So = the > >> duration seems to be 10 minutes. > >> > >> I already raised the time-to-live to 100 hours, but the value from the > >> WebContinuation.TimeToLive() does not change. What did I wrong? Any hi= nts? > >> > >> Thanks, > >> > >> Michel > >> > >> This is a snippet from my cocoon.xconf: > >> > >> >> logger=3D"flo > >> w.manager" session-bound-continuations=3D"false" time-to-live=3D"36000= 0000"> > >> > >> 180000 > >> 1800000 > >> > >> > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > >> For additional commands, e-mail: users-help@cocoon.apache.org > >> > >> > > > > > > -- > > Kris Schneider > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > > For additional commands, e-mail: users-help@cocoon.apache.org > > > > > > > > -- > Ebert + Gr=FCntjes GbR > Michael Ebert > Schubertstra=DFe 37 > 63179 Obertshausen > Tel.: +49 69 928879-17 > Fax.: +49 69 928879-20 > -- Kris Schneider --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org