Is it possible to have nested doTry-doCatch blocks? If so, how the inner
block should be ended?

For example:

.doTry()
     ....
     .doTry()
          ....
      .doCatch()
          ....
      ..end()
*.doCatch()*
     ....
.end()

This code does not compile. I get "Compilation error The method
doCatch(Class<Exception>) is undefined for the type   
ProcessorDefinition<capture#1-of ?>" in the second "doCatch".

Thank you very much.

Jose



--
View this message in context: 
http://camel.465427.n5.nabble.com/Nested-doTry-doCatch-blocks-tp5748561.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to