Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 61358 invoked from network); 6 May 2008 15:50:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2008 15:50:06 -0000 Received: (qmail 36657 invoked by uid 500); 6 May 2008 15:50:08 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 36638 invoked by uid 500); 6 May 2008 15:50:08 -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 36627 invoked by uid 99); 6 May 2008 15:50:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 08:50:08 -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; Tue, 06 May 2008 15:49:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73D7D234C100 for ; Tue, 6 May 2008 08:49:43 -0700 (PDT) Message-ID: <342761858.1210088983460.JavaMail.jira@brutus> Date: Tue, 6 May 2008 08:49:43 -0700 (PDT) From: "Jonathan Anstey (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-201) allow expressions such as XQuery to be used as a transformer In-Reply-To: <21648617.1194025104033.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-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42563#action_42563 ] Jonathan Anstey commented on CAMEL-201: --------------------------------------- IIRC one of my issues for putting a spring transform test in camel-saxon was that the public camel xsd did not contain the transform element *yet* and so it failed to resolve. The camel-spring module has some magic in there to use a locally built xsd, so the transform element could be tested there fine. Since putting an XQuery test in camel-spring is a bad idea (circular dependency!), I opted for a test case using the "simple" expression language. Make sense? > allow expressions such as XQuery to be used as a transformer > ------------------------------------------------------------ > > Key: CAMEL-201 > URL: https://issues.apache.org/activemq/browse/CAMEL-201 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Reporter: James Strachan > Assignee: Jonathan Anstey > Fix For: 1.4.0 > > Attachments: camel-201-2.patch, camel-201.patch > > > e.g. > {code} > > > > .... > > > {code} > This basically means renaming the DSL's setOutBody() to be transform(Expression) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.