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

[jira] [Created] (CAMEL-9215) Missing .handled(true) in Camel 2.16.0

Henrik created CAMEL-9215:
-----------------------------

             Summary: Missing .handled(true) in Camel 2.16.0
                 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


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)