how about like this:

streamgenerator
YourOwnTransformer  <<---
processing...
serialize

and yourowntransformer could be a fork from TeeTransformer where you just modfiy it to save data to DB instead of the filesystem.

- Joose

Andreas Busch kirjoitti 15.9.2005 kello 15:00:

 Hi gurus,
I have a problem to solve.
I get a XML-File as http-post into the pipeline.
Generate the pipe with stream-generator and do the processing.

BUT: I need to store the hole XML into the database (CLOB Oracle)
And have no solution.

tryed : use an action and store the Inputstream into CLOB .. Works , but Streamgenerator see no more this Inputstream

I had a look on the stream-generator and belive that the same happens when I read the stream for inserting in database

Do i miss something (rewinding stream)
Any Advice ?

--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to