DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26378>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26378 Serializers are not setup in ProfilingCachingProcessingPipeline and ProfilingNonCachingProcessingPipeline ------- Additional Comments From [EMAIL PROTECTED] 2004-02-02 12:10 ------- The Serializer interface does not extends SitemapModelComponent interface but processing pipelines should(? i don't know the official position...)[1] check if a Serializer instance implements SitemapModelComponent and call the setup() method in this case. Take a look at the AbstractProcessingPipeline.setupPipeline() method. We could expect the same bahaviour when using the Profiling*ProcessingPipeline, no? [1]http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=106874786013574&w=2
