Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 70643 invoked from network); 7 Jun 2008 18:29:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2008 18:29:23 -0000 Received: (qmail 43855 invoked by uid 500); 7 Jun 2008 18:29:26 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 43835 invoked by uid 500); 7 Jun 2008 18:29:26 -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 43824 invoked by uid 99); 7 Jun 2008 18:29:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2008 11:29:26 -0700 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; Sat, 07 Jun 2008 18:28:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4CA62234C134 for ; Sat, 7 Jun 2008 11:29:00 -0700 (PDT) Message-ID: <141587918.1212863340308.JavaMail.jira@brutus> Date: Sat, 7 Jun 2008 11:29:00 -0700 (PDT) From: "Jonathan Anstey (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-475) Add setBody support in XML In-Reply-To: <991737234.1208782363513.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-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Anstey updated CAMEL-475: ---------------------------------- Attachment: camel-475.patch Usage for setting the in body is: {code} ${in.body} World! {code} Where the expression could be any of the available [expressions|http://activemq.apache.org/camel/expression.html]. > Add setBody support in XML > -------------------------- > > Key: CAMEL-475 > URL: https://issues.apache.org/activemq/browse/CAMEL-475 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core, camel-spring > Reporter: Jonathan Anstey > Assignee: Jonathan Anstey > Fix For: 1.4.0 > > Attachments: camel-475.patch > > > setOutBody support is still being worked on in CAMEL-201. When this is done, setBody should be added. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.