Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 28699 invoked from network); 26 Jun 2008 22:21:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 22:21:29 -0000 Received: (qmail 69979 invoked by uid 500); 26 Jun 2008 22:21:30 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 69961 invoked by uid 500); 26 Jun 2008 22:21:30 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 69939 invoked by uid 99); 26 Jun 2008 22:21:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 15:21:30 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 22:20:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 47190234C14D for ; Thu, 26 Jun 2008 15:21:00 -0700 (PDT) Message-ID: <1929474823.1214518860286.JavaMail.jira@brutus> Date: Thu, 26 Jun 2008 15:21:00 -0700 (PDT) From: "Jonathan Anstey (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-481) Interceptors to proceed by default In-Reply-To: <966114723.1209069163462.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey updated CAMEL-481: ---------------------------------- Attachment: fix-aix-compile-issue.patch Hadrian, Just noticed the fix for this issue fails to compile on AIX. I'm attaching a fix for this. Cheers, Jon > Interceptors to proceed by default > ---------------------------------- > > Key: CAMEL-481 > URL: https://issues.apache.org/activemq/browse/CAMEL-481 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.3.0, 1.4.0 > Reporter: Hadrian Zbarcea > Assignee: Hadrian Zbarcea > Fix For: 1.4.0 > > Attachments: fix-aix-compile-issue.patch > > > intercept().to(...) should proceed by default, without and explicit .proceed(). To stop processing after intercept use the following syntax: > intercept(false).to(intercept-endpoint) > View nabble thread: > http://www.nabble.com/interceptors---something-is-terrible-wrong-td16661322s22882.html#a16661322 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.