In applyConfOnTypeLibEnum in ConfigurationHelper.cpp, given config string will only be checked for a valid string representation of the enum. The corresponding int representation will not be handled here.
This leads to errors, when creating the config programatically.