In AEMaaCS, I would like to move 10GB of assets from development to production. Can I move 10GB assets from the dev cloud to the production cloud using the package manager? I would appreciate it if you could suggest an alternative method. Do we need any CSE help to deploy the package in AEMaaCS as...
Team - In the past, we used Replicator (com.day.cq.replication.Replicator) to activate pages programmatically. Currently, I'm trying to publish assets and pages in a custom workflow in AEMaacS. AEMaaCS does not use the replication agents used in previous versions of AEM. As I understand it, con...
After publishing the page the path of links and dam assets are changed from /content/<project-name>/us/en which is causing errors in Links and assets. How to resolve this?
Hi all,i need help for archiving my custom functionality on tabs component,Existing functionality: in tabs component we are able to author different content in separate tabs those content will be displayed "bellow" the specific tab.Required Enhancement: i should be able to author different content ...
Just had to update oakpal to 2.2.2 and now composite-store-alignment fails. package content not aligned to a single composite store mount (<default> and apps) I believe its because oakpal because apps, conf, etc, & var are in the same directory (src/main/content/jcr_root) in the same maven module....
Hi, I am trying to complete a translation job on my local instance, I have created the language copy of the WKND reference site but it fails to translate with message 'failed to start translation' and status remains 'translation in progress'. It should get automatically to the 'Approved' status as p...
I have a simple resourceType servlet through which I want to fetch the path of the experience fragment present in the present in the page. currently I am getting only default properties but I want to see all the properties exported by .model.json extension but inside the servlet. below is the code ...
Hi, I wanted to have an OSGi configuration with one field (type=String) to provide the folder path. So, I have written 2 classes for that - Interface and Implementation class file. Below is the code for your references.Interface file:- package devry.edu.core.services;public interface OSGIConfigMissp...