Re: Flowscript Continuation ID parameter

2007-06-15 Thread Jeff Schmitz
Hello, At the end of one transform, and before entering another as defined in my sitemap, I'm getting following error exception: java.lang.IllegalStateException: The cocoon-ehcache-1 Cache is not alive. And the second transform is never called. I don't have a clue what this means. Any ideas?

RE: Flowscript Continuation ID parameter

2007-06-13 Thread Schmitz, Jeffrey A
-Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 2:07 PM To: users@cocoon.apache.org Subject: Re: Flowscript Continuation ID parameter On 12.06.2007 16:11, Askild Aaberg Olsen wrote: >> Is there anything wrong with this approach

Re: Flowscript Continuation ID parameter

2007-06-13 Thread Joerg Heinicke
On 12.06.2007 16:11, Askild Aaberg Olsen wrote: Is there anything wrong with this approach (it seems to work)? Is there a better way? I guess passing the continuation.id in the URI prevents caching in your pipeline. Actually you don't want to have that cached anyways since you need the u

Re: Flowscript Continuation ID parameter

2007-06-12 Thread Askild Aaberg Olsen
Schmitz, Jeffrey A skrev: Is there anything wrong with this approach (it seems to work)? Is there a better way? Thanks, Jeff Try with I guess passing the continuation.id in the URI prevents caching in your pipeline. Askild :-) ---

Flowscript Continuation ID parameter

2007-06-12 Thread Schmitz, Jeffrey A
Hello, I see how the continuration ID can be accessed from within a .jx file as follows: As long as the .jx file is processed by the JXTemplateGenerator, e.g. However, as part of my page "flow" I want to invoke an already existing transform that uses the file ge