Re: Pipleline Execution Stack Trace (was Cocoon Stack Traces)

2004-01-19 Thread Christopher Oliver
Vadim Gritsenko wrote: Christopher Oliver wrote: So I would propose something like the following: 1) Have the TreeProcessor pass the sitemap source location in setGenerator(), addTransformer(), and setSerializer() to the ProcessingPipeline. 2) In "Debug" mode instrument the PipelineProcessor t

Re: Pipleline Execution Stack Trace (was Cocoon Stack Traces)

2004-01-19 Thread Vadim Gritsenko
Christopher Oliver wrote: So I would propose something like the following: 1) Have the TreeProcessor pass the sitemap source location in setGenerator(), addTransformer(), and setSerializer() to the ProcessingPipeline. 2) In "Debug" mode instrument the PipelineProcessor to write the output of e

Pipleline Execution Stack Trace (was Cocoon Stack Traces)

2004-01-15 Thread Christopher Oliver
There are several issues with getting a meaningful stack trace from the execution of the pipeline: 1) The pipeline itself is not executed by the TreeProcessor but instead by a Pipeline processor. The sitemap source locations of the pipeline elements are not currently available to the Processing