Re: REST DSL Exception Handling

2014-12-15 Thread restful camel
/ /restConfiguration -- View this message in context: http://camel.465427.n5.nabble.com/REST-DSL-Exception-Handling-tp5760600p5760714.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: REST DSL Exception Handling

2014-12-15 Thread Claus Ibsen
for the configuration in Spring: restConfiguration bindingMode=auto component=restlet port=8085 consumerProperty key=bridgeErrorHandler value=true/ /restConfiguration -- View this message in context: http://camel.465427.n5.nabble.com/REST-DSL

REST DSL Exception Handling

2014-12-12 Thread restful camel
! Restful Camel :) -- View this message in context: http://camel.465427.n5.nabble.com/REST-DSL-Exception-Handling-tp5760600.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: REST DSL Exception Handling

2014-12-12 Thread Claus Ibsen
to the user. How can I achieve this? I tried writing an onException block in the camelContext to handle this, but apparently the thrown exception is not being handled within that block. Thanks! Restful Camel :) -- View this message in context: http://camel.465427.n5.nabble.com/REST-DSL