You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2008/04/30 04:47:43 UTC

[jira] Issue Comment Edited: (CAMEL-201) allow expressions such as XQuery to be used as a transformer

    [ https://issues.apache.org/activemq/browse/CAMEL-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42498#action_42498 ] 

hadrian edited comment on CAMEL-201 at 4/29/08 7:46 PM:
----------------------------------------------------------------

Patch applied.  Excellent contribution, thanks Jon.  I will leave this issue open until we update the documentation.

      was (Author: hadrian):
    Excellent contribution, thanks Jon.  I will leave this issue open until we update the documentation.
  
> 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}
> <route>
>   <from uri="activemq:Foo.Bar"/>
>    <transform>
>      <xquery>....</xquery>
>   </transform>
> </route>
> {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.