Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 008B211E6A for ; Fri, 29 Aug 2014 21:17:54 +0000 (UTC) Received: (qmail 80731 invoked by uid 500); 29 Aug 2014 21:17:53 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 80615 invoked by uid 500); 29 Aug 2014 21:17:53 -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 80488 invoked by uid 99); 29 Aug 2014 21:17:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 21:17:53 +0000 Date: Fri, 29 Aug 2014 21:17:53 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-7766) Exception in split is not propagated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115841#comment-14115841 ] ASF GitHub Bot commented on CAMEL-7766: --------------------------------------- GitHub user bonnetb opened a pull request: https://github.com/apache/camel/pull/259 CAMEL-7766: Exception in split not propagated to main route Here is a unit test and a quick fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/bonnetb/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/259.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #259 ---- commit 03cacbfaf020f32f173f294b3698176546aff57d Author: Benjamin BONNET Date: 2014-08-14T21:55:31Z JIRA-7701 - more liberal choice of right method in proxy-client cxfrs - remove Content-Type header propagation from Camel to CXFRS commit 0a0e9283168bf47bcbe464fde177b0b0eb1f541b Author: Benjamin BONNET Date: 2014-08-14T22:08:19Z added Apache file-header commit d40c998509d99ddd45c49e95e31a96d43c827038 Author: Benjamin BONNET Date: 2014-08-29T20:48:11Z Make exception thrown in a sequential split propagate to main route. ---- > Exception in split is not propagated > ------------------------------------ > > Key: CAMEL-7766 > URL: https://issues.apache.org/jira/browse/CAMEL-7766 > Project: Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 2.13.2 > Environment: JDK7 / W7 > Reporter: Benjamin BONNET > > Exception thrown in a sequential split is not propagated to main route. > That bug may be a regression linked to commit#78c7350 (CAMEL-5681 fix) -- This message was sent by Atlassian JIRA (v6.2#6252)