Hi Jorg,Checked even when the issue occurred and the "pauseInstallation" node was empty that time. Now I have restarted the instance and the issue not occurred and not able to reproduce the issue. But my worry is what if the issue occur again in higher environments. Is there anything which I should ...
Hi Team,I have created a sling:OsgiConfig node with some properties under /apps/myproject/brand/config/brand.locale.configs as shown below. This is reflected in http://localhost:4502/system/console/configMgr as well with the same name brand.locale.configsFor the past few days we are noticing where ...
Hi Gaurav,Attached projects are not real time projects. I have created those to replicate the same scenario. I am building each core independently.Regarding Export-Package,I have tried with the changes in Bundle B and Bundle C pom.xml as shown below and the same is merged to gitHub.<plugin> <grou...
Hi,I tried blocking specific package from Bundle B, but still the compilation issue is not resolved. Create a sample bundles and added the interfaces and classes as mentioned in my above comments and uploaded in https://github.com/selvendrancq/10917778-AEM_Community_Compilation_Issues_Bundle_Depende...
Now we are keeping the interface and implementation in the same bundle, but still the compilation issue exists. I can see how to export packages, could you please guide me in how to explicitly block certain packages in the pom.xmlThanks,Selva
Hi,I am facing compilation problems due to dependency is not getting resolved between bundles.Interface A is in Bundle A. Abstract Class B implements A in Bundle B. Added A dependency in B pom.xml. Now Class C in Bundle C extends Class B from bundle B. Hence added bundle B dependency in Bundle C pom...