You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (JIRA)" <ji...@apache.org> on 2017/11/30 09:11:00 UTC

[jira] [Created] (CAMEL-12052) MBean method addOrUpdateRoutesFromXml should validate route XML

James Netherton created CAMEL-12052:
---------------------------------------

             Summary: MBean method addOrUpdateRoutesFromXml should validate route XML
                 Key: CAMEL-12052
                 URL: https://issues.apache.org/jira/browse/CAMEL-12052
             Project: Camel
          Issue Type: Improvement
          Components: camel-core, jmx
            Reporter: James Netherton


With JMX you can invoke the addOrUpdateRoutesFromXml method to change a route definition.

The old route is removed before the new one is added. This is a problem if the provided route XML definition is not valid. In this case, the new route will not be created, but the old one has already been removed. So things are left in a dirty state,

We should check to see whether the updated route is valid before attempting to remove it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)