Return-Path: Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: (qmail 63890 invoked from network); 6 Feb 2011 09:52:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 09:52:16 -0000 Received: (qmail 19812 invoked by uid 500); 6 Feb 2011 09:52:15 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 19704 invoked by uid 500); 6 Feb 2011 09:52:15 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Received: (qmail 19336 invoked by uid 99); 6 Feb 2011 09:52:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 09:52:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 09:52:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8A9921921FD for ; Sun, 6 Feb 2011 09:51:31 +0000 (UTC) Date: Sun, 6 Feb 2011 09:51:31 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: dev@servicemix.apache.org Message-ID: <1509735501.2511.1296985891564.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Updated: (SMXCOMP-50) Flag to bypass eip-enrichment response wrapping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SMXCOMP-50?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated SMXCOMP-50: ---------------------------------------- Fix Version/s: (was: 2011.01) 2011.02 > Flag to bypass eip-enrichment response wrapping > ------------------------------------------------ > > Key: SMXCOMP-50 > URL: https://issues.apache.org/jira/browse/SMXCOMP-50 > Project: ServiceMix Components > Issue Type: New Feature > Components: servicemix-eip > Environment: all > Reporter: Jeff Deppen > Fix For: 2011.02 > > Attachments: ContentEnricher.java > > > Currently eip-enricher returns a response that wraps the original message= and the resultant (enriched) message. This behavior is fairly intrusive o= n downstream endpoints; they must parse the message differently depending= upon if the message was enriched or not. > The new flag allows the wrapping logic to be bypassed. The net result i= s the enricher will send the original message, with enrichments, on to the = target. > I'm attaching the source code for the fix/enhancement. The new content-e= nricher attribute name is: wrapResult. If true, it bypasses wrapping. The= default of false produces the wrapped result. --=20 This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira