Hi,
I'd like to propose a clarification of a certain type of error. Every now
and then I forget to add a <map:serializer/> to a pipeline, which results
in:
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
org.apache.cocoon.ResourceNotFoundException: No pipeline matched request:
<name of pipeline>
Original Exception: org.apache.cocoon.ResourceNotFoundException: No pipeline
matched request: <name of pipeline>
at
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.ja
va:427)
at
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.
java:256)
at
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(Site
mapSourceFactory.java:99)
Is it possible to do either one or all of the following:
1. check the sitemap code to see if the pipeline is there but misses a
serializer and add the default one.
2. adjust the error message to include something like: "check if you forgot
the serializer"
Bye, Helma