Hi all, I'm relatively new to camel. I have a route where I need to do validation twice (once on the initial input and the then after processing). I have a SchemaValidationException handler defined which catches validation errors. My question is what is the best practice to determine which end point (that is which of my validation steps) actually caused the validation exception? I want to handle it differently if there were errors on the initial input to my route vs a schema validation after processing.
-edward -- View this message in context: http://camel.465427.n5.nabble.com/How-do-I-determine-which-endpoint-validation-exception-came-from-tp5732536.html Sent from the Camel - Users mailing list archive at Nabble.com.
