Frage

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"/>
War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top