You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

A configuration module is a small module, in which you can specify certain configurations like mappings (Data mappings & Task mappings) and Web services

It is possible to define multiple configuration modules in Encore. The runtime does however only use one configuration module. During the project export, all configuration modules are combined into one module. If you have multiple elements with the same name in different modules, only one of them is kept, and the warning 'Multiple mappings with the same name exist: mapping with the name 'X' was overwritten with a duplicate.' is triggered. You should make sure that elements in the configuration module have unique names across different modules

It is possible to specialize without this warning.

  • No labels