You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Richard Kettelerij (JIRA)" <ji...@apache.org> on 2010/10/30 01:20:00 UTC

[jira] Updated: (CAMEL-2737) xslt component - Add option for templateCache to control if template is cached or loaded on each invocation

     [ https://issues.apache.org/activemq/browse/CAMEL-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Kettelerij updated CAMEL-2737:
--------------------------------------

    Attachment: XsltComponent.java.patch

Claus, see attached patch. This might be what your looking for.

Currently XSLT templates are loaded once and the compiled template is reused for every exchange. This path adds an option to reload the XSLT template for every exchange that gets processed. Thus enabling hot reloading.

> xslt component - Add option for templateCache to control if template is cached or loaded on each invocation
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2737
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2737
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-spring
>    Affects Versions: 2.3.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: XsltComponent.java.patch
>
>
> Then you can have it hot-reload template files.
> For example as the Velocity component can do

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.