How to use Maven Deployment for CQ5.6. documentation are available only for 5.6.1 and higher.Please let me know is it possible to use the maven ,eclipse integration for CQ5.6.0,if yes please provide the documentation link.Thanks
Hi All,https://docs.adobe.com/docs/en/cq/5-6-1/deploying/configuring_osgi.html mentions the below :For Adobe CQ Web consolea] Any configurations made with the Web Console are applied immediately and applicable to the current instance, irrespective of the current run mode, or any subsequent changes t...
As our team migrates toward a Continuous Delivery model (wherein we deploy our continuous integration branch to production several times a day), we find ourselves pushing code for features that pass all of our tests and criteria, but still aren't quite ready for prime time. As a simple example, let'...
Hi I have written a custom servlet in AEM author (v6.1). I would like to get response from this servlet without providing auth credentials. Is it possible to have such exclusion in AEM author instance?Current behaviour: At this moment, when I hit my servlet, the request is redirected to AEM login p...
Hi All,Is it possible to add more than one orderby property in Query.For example am ordering the results(Pages) by cq:lastReplicated if both the pages has same time I have to order by jcr:created.Is there anyway that we can handle in QueryBuilder itself.Thanks in Advance.
Does Apache Sling provide functionality for more complex selectors? I need to be able to select nodes with certain child properties as well as get the first child of a given node. I was hoping there would be some ability to query based on the XPath, but this doesn't seem possible using the REST fram...
Hi All, I am trying to migrate OSGI bundles from CRXDE Lite to Maven. I added dependencies required. When i tried to install i got an error saying[ERROR] Failed to execute goal on project test-utils: Could not resolve dependencies for project com.test.wem:test-utils:bundle:0.1-SNAPSHOT: Fa...
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)) { ...