Keith Babo created SWITCHYARD-746:
-------------------------------------
Summary: Support use of <from> in Camel XML routes
Key: SWITCHYARD-746
URL:
https://issues.jboss.org/browse/SWITCHYARD-746
Project: SwitchYard
Issue Type: Enhancement
Components: component-camel, tooling
Affects Versions: 0.4
Reporter: Keith Babo
Fix For: 0.5
We don't allow a <from> element in XML routes at the moment. This is likely to
confuse existing Camel users. We should change this to not only allow the <from>
element, but also generate it by default from our tooling. I want to keep support for
omitting it so that we don't break existing apps (at least for now), but all examples
should change to use the <from> element for clarity.
{code}
<camel:implementation.camel>
<spring:route>
<spring:to uri="switchyard://ReverseService"/>
</spring:route>
</camel:implementation.camel>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira