We were in need of an mvn archetype command for an AEM SPA project. We used the one present in the below link but getting an error saying “The desired project doesn’t exist <com.adobe.cq.spa.archetype:aem-spa-project-archetype:1.0.3-SNAPSHOT>” while exexuting a mvn archetype command for AEM SPAThe...
Hi All,I have a osgi component and i have added java watch service (as a listener to watch directories) in it. So once bundle is installed, component goes to satisfied state.(but main bundle will be in active state)Because of this, other components will be disabled. I am forced to enable them manua...
Hi,we have recently changed the naming convention of the groups and now we see that the groups are not syncing from the LDAP, it is throwing warning saying that it is not able to recognize the whither it is a user or a group.PFB configurations and error as well.PID = org.apache.jackrabbit.oak.securi...
Hi Experts,we are using AEM Asset 6.4 and uploaded video assets. How we can apply the watermarking on Video Asset? Is it possible in AEM Asset?ThanksSamer
Hi guys,I want to add workflow to check if the page is active or not? I have try with following code, but couldn't get success;function check() { if (workflowData.getPayloadType() == "JCR_PATH") { var path = workflowData.getPayload().toString(); var node = workflowSession.getSession...
Is it possible to use a Social component from the SCF outside of communities? Namely, we would like to extend components such as the comments component (/libs/social/commons/components/hbs/comments) to a normal AEM sites app without having to instantiate a community site project within that app. Tha...
Good afternoon,I am working with AEM 6.4 and i have an issue. I attach a video where you can view the problem. It is only in my text component.Someone can help me...Video of the issue : https://drive.google.com/file/d/1iHg_O6aifoL58wFstPHL0KP7lktdDjKB/view
We are on 6.4.3, and don't see the coral3 replacement for following resource types. Is there any reference to these?1. cq/gui/components/authoring/dialog/note . 2. granite/ui/components/foundation/section3. /libs/granite/ui/components/foundation/layouts/tabs - We don't even see layout folder insi...
Hi,I am facing compilation problems due to dependency is not getting resolved between bundles.Interface A is in Bundle A. Abstract Class B implements A in Bundle B. Added A dependency in B pom.xml. Now Class C in Bundle C extends Class B from bundle B. Hence added bundle B dependency in Bundle C pom...
Hi,Typically, In any system, including AEM, the code is maintained in a source code control system, like SVN.In here code is checked in and out.But, in AEM, how could we extend this check in and out feature to the content as well?I am aware that in JCR, even code is treated on par with content.Appre...