You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2010/07/20 17:41:51 UTC

[jira] Created: (CAMEL-2976) we should have a way to save updated routes to an XML directory somewhere so if folks update routes at runtime they can save them on disk & move them into source control

we should have a way to save updated routes to an XML directory somewhere so if folks update routes at runtime they can save them on disk & move them into source control
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2976
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2976
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-web
    Affects Versions: 2.4.0
            Reporter: James Strachan


we should be able to add some kind of listener to camel-web so that as routes are changed at runtime, we can save the updated routes as an XML file somewhere so that folks can permanently store changed routes back in their source code if they want.

e.g. we could add some kind of CamelContextAware listener which on change of a route adds/updates/removes an XML file from a known directory - using maybe ${routeId}.xml as the filename?


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