Duplicate OSGi configs with every installation
Hi All,
We are using few OSGi factory configurations in our authoring environment (AEM 6.2) like below -
Apache Sling Thread Pool Configuration
Apache Sling Job Queue Configuration
(these are factory configs) and, we have checked these in our source control system as below -
/apps/myProject/config.author/org.apache.sling.event.jobs.QueueConfiguration-abc.xml
/apps/myProject/config.author/org.apache.sling.event.jobs.QueueConfiguration-def.xml
What I am noticing that with each code deployment a set of duplicate OSGi configs start appearing from Felix console like below with different unique id but same name -
org.apache.sling.event.jobs.QueueConfiguration.<uniqueid>
org.apache.sling.event.jobs.QueueConfiguration.<uniqueid>
Please suggest.