-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong "No Error Handler" conversion #1868
Comments
Hi @squakez, thanks for raising this issue. What environment did you use? VS Code or the online version? By default, when adding an That being said, we could instantiate an
- errorHandler:
noErrorHandler: {} but it looks like it's not the case in VS Code |
It seems it's the same situation for |
Hello. I've used the online tool. I didn't test in VSCode. |
We're gonna prepopulate the |
Pending to check what would be the difference between:
|
Testing a simple Camel route with a "no error handler" is resolving in the following code:
However it seems this is wrong, as it doesn't run. The correct way to handle this seems to be:
Tested with Camel 4.9.0
The text was updated successfully, but these errors were encountered: