I have heard that AEM 6.5 is the last on-premise version of AEM. Future versions will be cloud based only. I haven't found anything on the Adobe site about this. Would any one be able to provide some info or links? Thanks.
Actually we want to expose some of our content to a third party, so what we thought best is using a experience fragment and I have read that experience fragments actually work only on Editable templates. The question here is whether editable template can work on old archetype i.e AEM 6.1 as we canno...
Hi folks, I am facing performance issue on some of the pages of our site build on AEM 6.4. Pages are taking a lot of time to load on browser. Please suggest any solution for this. Thanks
Hello, we are using Adobe Experience Manager, and I need to set up monitoring for it via javaagent (we have the special tool for java application monitoring called netdiagnostics).Usually, for enabling monitoring I only need to pass parameters of netdiagnostics to the application via javaagent optio...
We are upgrading from AEM 6.3 to 6.5 . AEM 6.5 was stated with -Dcom.adobe.upgrade.forcemigration=true, however the commerce data is not getting migrated. This is what we got in the upgrade log:- 23.01.2020 08:06:09.741 *INFO* [FelixStartLevel] com.adobe.cq.upgradesexecutor.Activator Skipped CodeUp...
org.apache.sling.installer.core.impl.tasks.BundleInstallTask Exception during install of bundle TaskResource(url=jcrinstall:/apps/xxx/install/xxx-yyy.core-1.20.1-SNAPSHOT.jar, entity=bundle:com.abc.xxx-yyy.core, state=INSTALL, attributes=[org.apache.sling.installer.api.tasks.ResourceTransformer=:24:...
Dear All, I have a navigation component called sonuNav and sunitaTestingHello component.I have a checkbox option in my sunitaTestingHello Component with the text value " OverLap SonuNav On sunitaTestingHello Component? " , as shown below. Once the overlapSonuNav checkbox selected then sunitaTes...
Apache felix console not loading when typed http://localhost:4502/system/console/bundles... getting error. Tried restarting multiple time also checked Open bundle.state file and change state is already "active". Application is running as expected.AEM Version 6.2:Error:22.01.2020 16:59:18.243 *INFO* ...
I've read posts about the /content/entities folder that the CF models reference, but I don't have one in my project.If I go through the Cloud Services configuration in the assets folder properties, I am able to create CFs using the models from the selected conf/ directory. My issue is that a global ...
I'm currently creating a component using React SPA, and I would like to know how can I insert a parsys, or something that allows me to drag a component into my component. I can't find documentation on how to do it, or how I can use Sightly inside my react component.Thanks