Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8808C200BAE for ; Fri, 28 Oct 2016 18:09:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8695A160AE4; Fri, 28 Oct 2016 16:09:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F2C54160ACA for ; Fri, 28 Oct 2016 18:08:59 +0200 (CEST) Received: (qmail 75384 invoked by uid 500); 28 Oct 2016 16:08:59 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 75371 invoked by uid 99); 28 Oct 2016 16:08:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 16:08:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 07B882C2A67 for ; Fri, 28 Oct 2016 16:08:59 +0000 (UTC) Date: Fri, 28 Oct 2016 16:08:59 +0000 (UTC) From: "Luca Burgazzoli (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-10418) Deploy route with an error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 28 Oct 2016 16:09:00 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615814#comment-15615814 ] Luca Burgazzoli commented on CAMEL-10418: ----------------------------------------- This would open the door to much more complex things, i.e: - you have to take into account the whole tree as route A could multicast to multiple routes or it may be the target of other routes - you have to think about what you would do for cross context routes > Deploy route with an error > -------------------------- > > Key: CAMEL-10418 > URL: https://issues.apache.org/jira/browse/CAMEL-10418 > Project: Camel > Issue Type: Bug > Components: camel-core > Reporter: Fabrizio Spataro > Assignee: Fabrizio Spataro > Priority: Minor > Fix For: 2.19.0 > > > When i create a route with an sintax error, it cannot be started but remains into camelcontext. > An example to replicate it: > 1. Deploy a route with an know id at runtime (using route definition). The route will be invalid (with an sintax error) > 2. Redeploy correct route with same id > Camel throw an example because i cannot deploy a route with same id!!! -- This message was sent by Atlassian JIRA (v6.3.4#6332)