[
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}
> <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.