You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2023/08/08 17:29:33 UTC

[GitHub] [camel-karavan] davsclaus opened a new issue, #849: Configuring custom exceptionHandler shows a Select... empty dropdown

davsclaus opened a new issue, #849:
URL: https://github.com/apache/camel-karavan/issues/849

   For example from direct:aaa then click advanced parameters, then the exception handler shows that dropdown.
   
   You should be able to type in a bean reference id for a custom bean.
   
   The option is defined as
   ```
       "exceptionHandler": { "index": 2, "kind": "parameter", "displayName": "Exception Handler", "group": "consumer (advanced)", "label": "consumer,advanced", "required": false, "type": "object", "javaType": "org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", "deprecated": false, "autowired": false, "secret": false, "description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." },
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus closed issue #849: Configuring custom exceptionHandler shows a Select... empty dropdown

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus closed issue #849: Configuring custom exceptionHandler shows a Select... empty dropdown
URL: https://github.com/apache/camel-karavan/issues/849


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus commented on issue #849: Configuring custom exceptionHandler shows a Select... empty dropdown

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #849:
URL: https://github.com/apache/camel-karavan/issues/849#issuecomment-1670633387

   ok


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] davsclaus commented on issue #849: Configuring custom exceptionHandler shows a Select... empty dropdown

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #849:
URL: https://github.com/apache/camel-karavan/issues/849#issuecomment-1670026343

   <img width="1536" alt="Screenshot 2023-08-08 at 19 28 22" src="https://github.com/apache/camel-karavan/assets/477100/65096ef0-bac9-4c4f-b116-16c61d852a34">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #849: Configuring custom exceptionHandler shows a Select... empty dropdown

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #849:
URL: https://github.com/apache/camel-karavan/issues/849#issuecomment-1670368405

   You need to define a bean on the Bean tab and then it will appear in the dropdown 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org