[
https://issues.apache.org/activemq/browse/CAMEL-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46631#action_46631
]
Claus Ibsen commented on CAMEL-745:
-----------------------------------
Maybe we need to rework the spring DSL so we group outputs in a nested shadow
element, to not confuse end users and having to many options in the ctrl +
editor helper
eg: onException has these outputs currently (see below) and all that is mixed
with the important elements you need to configure specially for onException.
And the editor unlike (IDEA) doesnt bold the important ones.
{code}
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="tns:aggregator"/>
<xs:element ref="tns:bean"/>
<xs:element ref="tns:catch"/>
<xs:element ref="tns:choice"/>
<xs:element ref="tns:when"/>
<xs:element ref="tns:otherwise"/>
<xs:element ref="tns:convertBodyTo"/>
<xs:element ref="tns:delayer"/>
<xs:element ref="tns:onException"/>
<xs:element ref="tns:filter"/>
<xs:element ref="tns:finally"/>
<xs:element ref="tns:handleFault"/>
<xs:element ref="tns:interceptor"/>
<xs:element ref="tns:idempotentConsumer"/>
<xs:element ref="tns:intercept"/>
<xs:element ref="tns:loadBalance"/>
<xs:element ref="tns:loop"/>
<xs:element ref="tns:marshal"/>
<xs:element ref="tns:multicast"/>
<xs:element ref="tns:pipeline"/>
<xs:element ref="tns:policy"/>
<xs:element ref="tns:proceed"/>
<xs:element ref="tns:process"/>
<xs:element ref="tns:recipientList"/>
<xs:element ref="tns:removeHeader"/>
<xs:element ref="tns:removeProperty"/>
<xs:element ref="tns:resequencer"/>
<xs:element ref="tns:route"/>
<xs:element ref="tns:routingSlip"/>
<xs:element ref="tns:setBody"/>
<xs:element ref="tns:setHeader"/>
<xs:element ref="tns:setOutHeader"/>
<xs:element ref="tns:setProperty"/>
<xs:element ref="tns:splitter"/>
<xs:element ref="tns:thread"/>
<xs:element ref="tns:throttler"/>
<xs:element ref="tns:throwFault"/>
<xs:element ref="tns:to"/>
<xs:element ref="tns:transform"/>
<xs:element ref="tns:try"/>
<xs:element ref="tns:unmarshal"/>
</xs:choice>
{code}
> Spring DSL is out of sync with Java DSL
> ---------------------------------------
>
> Key: CAMEL-745
> URL: https://issues.apache.org/activemq/browse/CAMEL-745
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core, camel-spring
> Affects Versions: 1.4.0
> Reporter: Jonathan Anstey
> Assignee: Jonathan Anstey
> Fix For: 2.0.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.