We are using AEM 6.1. We tried the solution based on https://helpx.adobe.com/experience-manager/using/multiple-digital-assets.htmlWe customized HandleFile.java a bit (just one line). It is attached here. HandleFile.java has a method writetoClintLib and it fails with NullPointerException at ResourceR...
Re: https://docs.adobe.com/docs/en/aem/6-1/author/assets/dynamic-media/video.html#Publishing%20videos%20to%20YouTubeIs there a way to push videos to YouTube channels without setting up an Google Cloud Account.Why I'm asking because it's extra cost.Another article said you can push through Dynamic Me...
I created a mail service class, which should use the CQ Mail Configuration.However I compared my code to several samples from the Internet my service does not work, becausemessageGatewayService.getGateway(...) always returns null. This is my simplified code:------------------------------------------...
Hi All,We are able to retrieve properties present at the page level[directly under jcr:content of page] via Query Builder API.However, we have a requirement wherein we need to search for specific properties [along with properties under jcr:content] present under various components[those components m...
Hi,A requirement of our potential project says "CMS should allow Editing from Microsoft Word".I am trying to first understand this requirement (we are yet to clarify this from client) and then examine whether AEM has this feature.Is the requirement that we should be able to import Word documents in ...
Hi All,I'm trying to create backup from Felix console (http://localhost:4502/system/console/jmx/com.adobe.granite%3Atype%3DRepository)I'm using startBackup(java.lang.String target) operation to create backup and passing target path. It works fine when I use my local drive path as target. But it's no...
HI ,In my Project in Author instance we have three replication Agents . When we Activate any Page/Pages from **Site-Admin/Using Tree Activation** Page/Pages getting Activated with All the three replication Agents. But our requirement is when we Active , Page Should not be sent to All the replicatio...
Our objective is to implement Adobe scene 7 Image maps as part of Adobe cq 5.6.1 component, which should be of responsive design. We have created an image map inside scene 7, but how to achieve our goal, any pointers will be appreciated ?
Hi All,Some thing Weird I felt, When I go to http://localhost:4503/crx/de and double clicked on xyz.html -- "/content/xyz.html" --> which has redirectTarget set in JCR:content, when we try to fetch page as a anonymous, it is directing page to http://mahesh.com/content/exapmle/xyz.html.When I login...