Hi

You have maybe mis-read the page, there is no handled="true" on that page

However there is a logHandled="true"

On Wed, Apr 1, 2015 at 4:05 PM, contactreji <[email protected]> wrote:
> Hi
>
> I have used following in my camel context
>
> <camel:errorHandler id="deadLetterErrorHandler" type="DeadLetterChannel"
> deadLetterUri="log:dead">
>     <camel:redeliveryPolicy maximumRedeliveries="2" redeliveryDelay="1000"
> logHandled="true" asyncDelayedRedelivery="true" handled="true"/>
> </camel:errorHandler>
>
>
> But when I validate, I get error as
> *cvc-complex-type.3.2.2: Attribute 'handled' is not allowed to appear in
> element 'camel:errorHandler'.*
>
> I was following documentation at http://camel.apache.org/error-handler.html.
> Is there something wrong in this documentation? It says
> deadLetterErrorHandler supports handled / continued features? Or is it
> something wrong in my above code?
>
> Cheers
> Reji
>
>
>
> -----
> Reji Mathews
> Sr. Developer - Middleware Integration / SOA ( Open Source - Apache Camel & 
> Jboss Fuse ESB | Mule ESB )
> LinkedIn - http://in.linkedin.com/pub/reji-mathews/31/9a2/40a
> Twitter - reji_mathews
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Errorhandler-Documentation-Error-tp5765158.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to