You are asking about the multiple pipelines situation? If so, then you do not
need to change the way the configuration is handled - just the way the next
pipelinestage is process. Take a look inside the PipelineStageFactory class
for how this is done. Or am I misunderstanding you?
On Thursday 03 July 2003 06:19 pm, Leech, Jonathan wrote:
> Quick question for somebody to answer who knows more than me about the
> internals of pipeline configuration:
>
> The problem I'm having using the RouterPipelineStage is that the nextStages
> don't happen in the order they are specified in the config file. I started
> tracking this down, and got all the way to LightProperties where the whole
> config is stored as a java.util.Properties, and it occurred to me that I
> would have to do a lot more work to change its behavior than anticapted.
>
> So would using the XML config option eliminate this problem?
>
> -Jonathan
|