Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 70943 invoked from network); 27 Mar 2009 03:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2009 03:05:06 -0000 Received: (qmail 49713 invoked by uid 500); 27 Mar 2009 03:05:06 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 49664 invoked by uid 500); 27 Mar 2009 03:05:05 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 49654 invoked by uid 500); 27 Mar 2009 03:05:05 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 49651 invoked by uid 99); 27 Mar 2009 03:05:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 03:05:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 27 Mar 2009 03:05:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AFDE0234C004 for ; Thu, 26 Mar 2009 20:04:44 -0700 (PDT) Message-ID: <117594570.1238123084716.JavaMail.jira@brutus> Date: Thu, 26 Mar 2009 20:04:44 -0700 (PDT) From: "William Tam (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1351) camel-cxf should preserve user-* phase interceptors (in PAYLOAD and MESSAGE mode) In-Reply-To: <1104952880.1234895459345.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50840#action_50840 ] William Tam commented on CAMEL-1351: ------------------------------------ Added tests but Trunk: Committed revision 758990. 1.x : Committed revision 759009. (disabled due to pending cxf upgrade) > camel-cxf should preserve user-* phase interceptors (in PAYLOAD and MESSAGE mode) > --------------------------------------------------------------------------------- > > Key: CAMEL-1351 > URL: https://issues.apache.org/activemq/browse/CAMEL-1351 > Project: Apache Camel > Issue Type: Improvement > Components: camel-cxf > Affects Versions: 1.5.0 > Reporter: William Tam > Assignee: William Tam > Priority: Minor > Fix For: 2.0.0, 1.6.1 > > > Camel-cxf should preserve user-* phase interceptors so that users can add their own interceptor if they choose to. One usecase is to be able to use LoggingOutInterceptor in MESSAGE mode. Since LoggingOutInterceptor is PRE_STREAM phase by default and it is removed in MESSAGE mode, it would be nice to enable LoggingOutInterceptor by just changed it to USER_STREAM phase like: > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.