Uploaded image for project: 'Cocoon'
  1. Cocoon
  2. COCOON-1099

Profiling data not saved with internal pipelines

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1.4
    • None
    • Blocks: (Undefined)
    • None
    • Operating System: All
      Platform: PC
    • 27875

    Description

      When processing an internal pipeline, the 'processXMLPipeline' or
      'processReader' methods of the AbstractProcessingPipeline are invoked instead of
      the 'process' method. These methods are not oberwritten by the
      Profiling...Pipeline classes and therefore no profiling data will be saved. The
      fix is straightforward: Copy the 'process' method, rename it and replace the
      calls to super.process with super.processXMLPipeline resp. super.processReader.
      I've done it within my testing environment and it works fine.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fechner@werum.com Bernd Fechner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: