|
From: Leech, J. <jl...@vi...> - 2003-07-03 22:20:14
|
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 |