This does not work:private ResourceResolver getImpersonatedResolver(String userId) { Map<String, Object> param = new HashMap<>(); try {if(StringUtils.isNotBlank(userId)){ param.put(ResourceResolverFactory.USER_IMPERSONATION, userId); return resourceResolverFactory.getResourceResolver(p...
We have configured Dynamic Media for Videos and Images by adding the cloud configuration and setting up the Dynamic Media Replication Agent. We are getting errors in our logs about FFmpeg(com.day.cq.dam.video.FFMpegTranscodeProcess Could not find ffmpeg's executable). There are steps in the out of...
Hi All,I have requirement to use a master page template which would create around 100 to 1000 pages, as per the requirement I have made master page as rollout blueprint. Using java code I am creating 1000 pages depending on data I receive from a 3rd party feed and tying them to blueprint. After crea...
I've set the allowBlank to false on the field and now I can't left the text field empty when using the ClassicUI.The problem is that I don't have the same behaviour in the TouchUI, specially using Inplace editing.Is there a way to fix it? May I be missing any configuration?Thanks
I have been referring to https://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/custom-search-facets.html, and i wonder if we could actually have a predicate for a check where the property does not exist?
Hi guys,do you know if it is possible to include sp3 into the war file before Installation on application Server? We want to use AEM 6 on WebLogic+Java8 so we Need sp3 before actual deployment right? Thank you
Hello all. I was needing to know if there was a way I could set up different profiles for the different kinds of images I upload, so that some get certain renditions and some get others? For example, I want to be able to upload a group of images as "type 1" and all these images get the "thumb" and "...
Hi, We have created a component similar to an RTE component. when dragged on page, It enables the user to enter some Java script or CSS and write HTML to create custom content as per the users requirement. Now we are sending the details of the page in JSON to front end system. The JSON is generated ...
Have an issue with mp4 videos not playing correctly on site.Following investigation, it was found that video's are not playing smoothly with player when metadata is at the end of the video file.To play smoothly(without delays at the start) metadata needs to be at the start of the video file.How to l...