Claus Ibsen created CAMEL-10190:
-----------------------------------
Summary: Fallback lookup components, data-formats and languages
using suffix in name to avoid clash
Key: CAMEL-10190
URL: https://issues.apache.org/jira/browse/CAMEL-10190
Project: Camel
Issue Type: Improvement
Reporter: Claus Ibsen
You can define a component as a spring/blueprint id named "jms" etc for the jms
component.
But we have some components that has a naming clash with data format or
language, such as avro, mvel, and some others.
It would have been good if we supported looking up a component using a fallback
naming convention, eg jms -> jms-component. And for dataformat avro ->
avro-dataformat, and so on.
Then end users can define those <bean> with that naming convention to avoid
clashes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)