Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-206
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Claus Ibsen
Reporter: Claus Ibsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

Removed handled option from doCatch

Created: 27/Apr/11 02:39 PM   Updated: 16/Jun/11 02:08 PM
Component/s: Camel Editor
Affects Version/s: None
Fix Version/s: 2.0

Environment: 1.1.23


 Description  « Hide
The handled option on doCatch is @deprecated and discourage to use. We are going to remove those in the near future. So please remove it from the IDE.

eg in the source code

<doCatch>
            <handled>
                <language language="simple"/>
            </handled>
            <to uri=""/>
        </doCatch>

The <handled> should not be supported / possible to use.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Claus Ibsen added a comment - 10/May/11 02:23 PM
The model is auto generated from camel-core. So when we remove it in Camel it will be removed in rider.

There is a JIRA ticket at Apache to remove it.


Claus Ibsen added a comment - 16/Jun/11 02:08 PM
Lets just not support it when its removed in Camel. We will remove it in Camel 3.0, or maybe earlier.