You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/10/12 18:49:06 UTC

[jira] [Resolved] (CAMEL-9215) Missing .handled(true) in Camel 2.16.0 when using wiretap and newExchangeBody

     [ https://issues.apache.org/jira/browse/CAMEL-9215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-9215.
--------------------------------
    Resolution: Fixed

Thanks for reporting.

> Missing .handled(true) in Camel 2.16.0 when using wiretap and newExchangeBody
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-9215
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9215
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.16.0
>            Reporter: Henrik
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0, 2.16.1
>
>
> This worked in 2.15.x: 
> RoutesDefinition routeDef = someRouteDef(); 
> routeDef.onException(someException) 
>    .wireTap(someUri) 
>    .newExchange(someProcessor) 
>    .end() 
>    .handled(true) 
>    .bean(someBean); 
> But in 2.16.0 it seems like .handled(..) isn't available anymore.  Any 
> suggestions on how to mark this as handled now? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)