Pergunta

How do you force a connector built with Devkit to have a unique name at runtime in a Mule Application? Ie other connectors like http don't allow duplicate names.

Ie I don't wont to allow a flow like this:

<FooConnector:config name="foo" doc:name="foo"/>
<FooConnector:config name="foo" doc:name="foo"/>
Foi útil?

Solução

Unfortunately, the uniqueness of a DevKit connector declaration is not enforced, neither at schema level nor at Mule registry level.

IMO this is a bug so I reported it: https://www.mulesoft.org/jira/browse/DEVKIT-426

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top