Hi @robertol6836527,
Ideally, it should be done manually (Replicate the package using a replicating agent)
But you can still write some custom logic to automate it using sling listeners.
Hope this helps!
Thanks,
Kiran Vedantam.
Hi @girishb83316758
As the error says, you need to mock the asset manager like this:
@Mock
private AssetManager assetManager;
Reference link: https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/test/java/com/adobe/acs/commons/mcp/impl/processes/asset/UrlAsset...
Hi @savpro,
Ideally, the XF versions are used if you are creating different versions of the same content. As you said, if you have 10 different disclaimers, it should be 10 different XFs with their own versions
If you still want to use a single XF, the best way is
author them on the page as req...
Hi @karanmahi I am sure you are aware of the architecture of the AEM. Hence, as mentioned in the post below, try customization from your end. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-know-page-is-served-from-server-dispatcher-and-cdn/td-p/444830 Also, you can...
Dear @SantoshSai, I know that the issue is fixed in 6.5.13, but, anyway, thanks for re-iterating it. Also, thanks for taking your time and clarifying the scope of the query yourselves. Appreciate it. Thanks,Kiran Vedantam.
Try to put all the required packages in the install folder when you start your fresh instance. check this helpful blog: https://blogs.perficient.com/2017/07/03/four-tips-for-aem-beginners-overcoming-common-issues/#:~:text=AEM%20provides%20a%20file%2Dbased,in%20Package%20Manager%20as%20well. Thanks,K...
Hi @Keshri123, I have faced this issue multiple times. If the methods mentioned by @SantoshSai do not work, try to update your instance to the latest service pack. Hope this helps! Thanks,Kiran Vedantam.
Hey @SebasRios34 Download the latest package from here: https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html and install for the fix. Thanks,Kiran Vedantam.