[
https://issues.apache.org/activemq/browse/CAMEL-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62933#action_62933
]
Richard Kettelerij commented on CAMEL-2737:
-------------------------------------------
Indeed hot reloading is meant for development purposes. This patch adds a
"loaderCache" option to the XSLT component, similar to the one available in the
Velocity component. This option isn't exposed through JMX.
However, this applies to almost any component. If I recall correctly all
components in a Camel route get exported as MBeans, but most of the time these
MBeans are read-only. Options aren't exported as modifiable attributes. This
would be nice though....
> 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.