This is because when you end a pipeline with the map:redirect, nothing else gets executed. The redirect happens when the pipeline is setup. We've had need for similar pipelines where processing is done, then a redirect is performed. We wrote a redirect transformer that we'd be glad to contribute. It takes a url in XML or as a sitemap parameter. Instead of doing a redirect during setup, it does it when endDocument is called.
David
PS. coding credits to Daniel McOrmond of D.O.Tech
By the way, this can be done from flow in 2.1 using processPipelineTo (or something to that effect).
Geoff
Dean Cording wrote:
I am having some problems with SQLTransformer not commiting inserts into a database. I am running Cocoon 2.1 and MS SQLServer.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
