AEM 6.2: Deployment of OSGi Settings for different environments does not work correctly
Hello everyone,
I have two different OSGi-Configurations. One shall be used for the productive system, the other configuration for all other environments (like dev and integration system). The plan is to deploy these settings to the right environment through configration files. The needed folder structure was already existent in the repository I am working with (like "config", "config.prod", "config.prod.publish", "config.dev" and so on.....)
I have placed the .conf files in the right folder structure: "config.prod" for the productive data and in "config" for all the other environments.
The runmodes for the author of the productive system are: "author,prod,crx3,crx3tar".
As you can read in the documentation the configuration folder that matches the most runmodes will be used to lookup the .conf file. In this case this is clearly "config.prod". But after deployment I find the configuration that was placed into "config" on the productive System (system/ConfigMgr).
The configuration of "config.prod" is not "overloaded" through a more matching config folder either (like for instance "config.prod.author").
Does anyone of you have a clue, why this might happen? Or how I can determine what has happended?
Greetings, Christoph