Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B2D61905F for ; Tue, 15 Mar 2016 14:34:04 +0000 (UTC) Received: (qmail 60078 invoked by uid 500); 15 Mar 2016 14:34:04 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 60027 invoked by uid 500); 15 Mar 2016 14:34:04 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 60016 invoked by uid 99); 15 Mar 2016 14:34:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 14:34:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1B29CC28A5 for ; Tue, 15 Mar 2016 14:34:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.313 X-Spam-Level: ** X-Spam-Status: No, score=2.313 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FOKusR2RIZEl for ; Tue, 15 Mar 2016 14:33:57 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 1A3FF5F39C for ; Tue, 15 Mar 2016 14:33:57 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 0C81E22FD84F for ; Tue, 15 Mar 2016 07:24:20 -0700 (PDT) Date: Tue, 15 Mar 2016 07:33:56 -0700 (MST) From: "fabrizio.spataro" To: users@camel.apache.org Message-ID: <1458052436037-5779105.post@n5.nabble.com> Subject: Limit of Error handling in Camel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, i have a modular apache camel project (camel 2.15.5), with multiple camel context xml file. My project package's steps are: Step 1. maven copy *.xml camel context into a common directory META-INF/spring Step 2. maven camel:run Step 3. Into main camel-context i am declaring all reference according to camelContextRef tag Step 4. Into main camel-context i put all onException tag Now i would change this structure and put all onException tags into a separated file. But cannot do it (XSD Error)!!! This is my *wrong* code Can i put error handling out of main camelContext xml file? -- View this message in context: http://camel.465427.n5.nabble.com/Limit-of-Error-handling-in-Camel-tp5779105.html Sent from the Camel - Users mailing list archive at Nabble.com.