Just a little correct, Fix- Set the bundle location to null in the code as follows. This will fix the problem.Configuration conf = sling.getService(org.osgi.service.cm.ConfigurationAdmin.class).getConfiguration(configNam e);if (null != conf) {conf.setBundleLocation(null);}
Hi Community,Want to share resolution of an issue I was facing with AEM 6.3 regarding wrong bundle binding causing components not working as expected. Problem - Component configuration bound to launchpad:resources/install/0/org.apache.sling.scripting.core-2.0.44.jar where as per AEM 6.3 it should b...
just to give some more information on the issue. 1. We first un-installed the package that we had. 2. Deployed the package again.3. At this point, in the configuration manager tab, bundle column shows blank and in component tab we can see the OSGI properties in the component4. When we trigger the fu...
Hi gokulkrish/smacdonald2008,I am facing the same issue. We are using multimodule-content-package-archetype and upgrading from AEM 6.1 to 6.3.Problem we are facing is that, the components (Replication listeners) are not working correctly. When we check config manager we find that Listener is bound t...
Hello friends, I am currently working on a task to create pdf files using content fragment in AEM version 6.2.I can create a page using fragments and then can use PDF writer bundle to see page as pdf. But also need to warn the user for the case when content fragments on page results in pdf more than...
Hello friends, I am using ACS Commons Sitemap Servlet to generate sitemap xml which looks like..<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://<Domain Name>/content/site/testing.html</loc></url><url>I want to get rid of /content/site/ from the url as this is how our ur...