Hi,
I got a problem when calling a pipeline with the cocoon:/ protocol.
I always get a cached xml response instead of the updated content.
I turned the pipeline component configuration to "noncaching" but
it does not seems to work. Here is the snippet from my sitemap.
<map:pipeline>
<map:match pattern="save-post-as-xml.xml">
<map:generate type="serverpages" src="list/xsp/get-post-as-xml.xsp"/>
<map:transform src="list/xsl/get-xsp-page.xsl" />
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
<map:pipeline>
<map:match pattern="save-post-as-xml.html">
<map:generate type="serverpages" src="cocoon:/save-post-as-xml.xml"/>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
Any hints appreciated!
TIA,
Johann
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>