Hi all, I am finishing up work on a component which I would like to plug into the turbine 2.4 pipeline. However, there would be some data which I would need to access further down the pipeline and would like a method of passing objects along the pipeline.
The RunData object seems to be the obvious way to do this but there is no accessable map which could be used for storage and retrieval within RunData. The data which I wish to move is request specific and I would prefer not to have to use session storage for this as it is not really a session concern. Two possible solutions spring to mind, Firstly to add an accessible map to RunData, secondly to add a map as an additional parameter to the invoke() / invokeNext() methods of the pipeline valves. Does anyone have any better ideas? Thanks, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
