I have an osgi config which exists both in config.author and config.dev. And here is the run mode of my AEM server Run Modes = [dev-est, dev, crx3, author]. I am noticing that config.author OSGI is getting picked up before config.dev. I thought config.dev should take precedence over config.author but that’s not the case. When I delete config.author config, then only config.dev gets picked up. Can somebody explain this, please?
Run Modes = [dev-est, dev, crx3, author].
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Karanmahi,
I think the comparison of the OSGi configs will come down to a lexicographically string comparison and config.author is given preference than config.dev.
Try creating another run mode config.foo and remove config.author then config.dev should be given precedence than config.foo
Hope it clarifies your question.
Views
Replies
Total Likes
Hi,
Run modes will resolve in below order
Refer Run Modes for more details
You should define folder like config.author.dev and config.author in order to pickup dev configuration as there are two names which are matching (author and dev). It will pickup more matching folder first.
Views
Replies
Total Likes
Hi Ravi,
I got the final run-mode mode from this url - http://localhost:4502/system/console/status-slingsettings which is [dev-est, dev, crx3, author]. Still, I don't understand why config.author OSGI is getting picked up before config.dev. I thought config.dev should take precedence over config.author but that’s not the case. My simple question is if I have only two run modes config.author and config.dev, which one should be picked up first and why?
Views
Replies
Total Likes
Hi Karanmahi,
I think the comparison of the OSGi configs will come down to a lexicographically string comparison and config.author is given preference than config.dev.
Try creating another run mode config.foo and remove config.author then config.dev should be given precedence than config.foo
Hope it clarifies your question.
Views
Replies
Total Likes
Great answer!
Views
Replies
Total Likes
If you want dev config should be picked up for author, then create config in config.author.dev
Views
Replies
Total Likes
Views
Likes
Replies