Hi need to understand how to inject child node in the sling models and can we inject sling models to other sling models?Like if we have node hierarchy as below how we can get data using java POJO mapping from sling models by adopting Address node.Help me out with some pseudo code/reference to adopt ...
Hi there,I have create workflow in which approver can reject the request. When approver reject the request, the mail as to trigger to initiator.Using below code I can achieve it - Working manager = userManagerFactory.createUserManager(session); if (manager.hasAuthorizable(groupname)) { ...
Hi AllVersion CQ5.5We have a data layer object defined for our site. The data layer will get consumed by DTMWe also have a number of custom components e.g custom button component. As part of capturing the interaction of the user with each instance of the button, we need to update certain elements/at...
What is the best approach to deploy 3rd party dependencies to AEM OSGI / Felix via Maven build of OSGI bundle?My team has a requirement to build an OSGI Servlet. It will use dependency org.apache.oltu.oauth2.client that does not exist in CQ.I have a pom to build the servlet now and it references th...
HelloI am working on an helpx.adobe article about CQ5 work flows . I am posting the link for your reference.https://helpx.adobe.com/experience-manager/using/invoking-experience-manager-workflows-using.htmlThe problem is I am not getting any mails to adminstrator to complete the work flow. Even I hav...
I know you can upload stuff to folio producer in AEM.However can AEM view or modify folios that are already existing in folio producer?I seen some API's related to DPS & CQ but would like an community article or a guideon best practices. Thanks,Ram
Hi all,I created some custom metadata fields by overriding /asseteditors/image/jpeg for jpeg images. I could see newly created metadata fields in classic view but not in touch UI. Please let me know what could be the reason. Classic and Touch referring metadata fields from same location ?ThanksLM
Hi,Recently, people are talking about AEM6.1 announced in Adobe Summit 2015. There is rumour saying that it will be released sometime in May 2015. Would you please help confirm the release schedule? we are preparing AEM 6.0 upgrade, no need to take the pain twice if AEM 6.1 meets our schedule.Than...
Hi,do you know if there's any working example of Sling Feature Flag feature (https://sling.apache.org/documentation/the-sling-engine/featureflags.html)?I have been looking around but I have not found any...Thank you!