Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5450

XSLT calls newTransformer per request

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.9.2
    • 2.9.3, 2.10.1
    • camel-core
    • None
    • Unknown

    Description


      The XSLT component calls getTemplate().newTransformer() for every request. newTransformer is a synchronized call in Xalan and is causing performance issues with blocked threads with many small requests/responses. It would be good to support a cache of transformers that can be reused.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: