[
https://issues.apache.org/activemq/browse/CAMEL-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Anstey updated CAMEL-201:
----------------------------------
Attachment: camel-201.patch
I finally got around to doing this one up. There are no XQuery specific tests
(mainly because of not knowing where to put them ;)), but it is generic enough
to work for any expression language. Let me know if you have any questions!
> 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-bam
> Reporter: James Strachan
> Assignee: Jonathan Anstey
> Fix For: 1.4.0
>
> Attachments: 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.