AW: AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Stefan Pietschmann
@cocoon.apache.org | Betreff: Re: AW: Desparately seeking help with pipeline implementation | | Stefan Pietschmann wrote: | | -Ursprüngliche Nachricht- | | Von: Sylvain Wallez [mailto:[EMAIL PROTECTED] | | Gesendet: Sonntag, 30. April 2006 14:00 | | An: dev@cocoon.apache.org

Re: AW: AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Sylvain Wallez
Stefan Pietschmann wrote: Hi Sylvain (and others), thank you for the quick response which finally helped me understand how the pipeline is used at runtime. Great! The main point about pipelines is that they are basically empty shells that are filled with components by the sitemap engine,

AW: AW: AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Stefan Pietschmann
| -Ursprüngliche Nachricht- | Von: Sylvain Wallez [mailto:[EMAIL PROTECTED] | Gesendet: Montag, 1. Mai 2006 11:11 | An: dev@cocoon.apache.org | Betreff: Re: AW: AW: Desparately seeking help with pipeline implementation | | Stefan Pietschmann wrote: | Hi Sylvain (and others

AW: Desparately seeking help with pipeline implementation

2006-05-01 Thread Stefan Pietschmann
| That's the idea, but you have some bugs here since when you remove a | transformer, you should also remove the corresponding selector and | parameters: | | for (int i = 0; i this.transformers.size(); /* do not increment here */) | { | if (trashTransformerAt(i)) { | // Release what

AW: Desparately seeking help with pipeline implementation

2006-04-30 Thread Stefan Pietschmann
| -Ursprüngliche Nachricht- | Von: Sylvain Wallez [mailto:[EMAIL PROTECTED] | Gesendet: Sonntag, 30. April 2006 14:00 | An: dev@cocoon.apache.org | Betreff: Re: Desparately seeking help with pipeline implementation | | Stefan Pietschmann wrote: | | Hi guys, | | for my thesis I have

Re: AW: Desparately seeking help with pipeline implementation

2006-04-30 Thread Sylvain Wallez
Stefan Pietschmann wrote: | -Ursprüngliche Nachricht- | Von: Sylvain Wallez [mailto:[EMAIL PROTECTED] | Gesendet: Sonntag, 30. April 2006 14:00 | An: dev@cocoon.apache.org | Betreff: Re: Desparately seeking help with pipeline implementation | | Stefan Pietschmann wrote: | | Hi