[
https://issues.apache.org/activemq/browse/CAMEL-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42566#action_42566
]
James Strachan commented on CAMEL-201:
--------------------------------------
You've gotta make sure your project is using the latest/greatest built
camel-spring jar though! Sometimes IDE based maven projects have a tendency to
pick a different version :)
> 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.