[
https://issues.apache.org/jira/browse/CAMEL-20188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793198#comment-17793198
]
Claus Ibsen commented on CAMEL-20188:
-------------------------------------
// we want to skip inheritErrorHandler which is only applicable for
// the load-balancer
boolean loadBalancer =
"LoadBalanceDefinition".equals(originalClassType.getSimpleName());
if (!loadBalancer && "inheritErrorHandler".equals(name)) {
return true;
}
> camel-yaml-dsl - Schema has a lot of inheritErrorHandler that should be
> removed
> -------------------------------------------------------------------------------
>
> Key: CAMEL-20188
> URL: https://issues.apache.org/jira/browse/CAMEL-20188
> Project: Camel
> Issue Type: Task
> Components: camel-yaml-dsl
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 4.x
>
>
> Only a few EIPs should have them. We have this correct in the model json
> files. But the yaml schema is wrong.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)