[
https://issues.apache.org/activemq/browse/CAMEL-201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42564#action_42564
]
James Strachan commented on CAMEL-201:
--------------------------------------
Got it.
BTW when running unit tests using the Spring XSD, Spring will use the XSD thats
on the classpath by default. So the XSD will validate in camel-saxon as it'll
use the latest/greatest XSD generated by camel-spring.
The only time it won't validate is in your IDE when editing the XML :)
But then you can fudge your IDE to take the XSD from your generated XSD in
camel-spring/target/schema/camel-*.xsd :)
> 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.