We are working on a custom solution to use content from AEM instance. Using HTTP API(http://localhost:4502/api/content/sites/geometrixx/en.json) we can get details of page but not the content inside a custom solution. I am wondering if using HTTP API we can also get page content. If no, which API we...
Hi ,My custom clientlib file is something similar to Experiencing Adobe Experience Manager - Day CQ: AEM 6 SP2 - Touch UI Extend Site Admin Page Properties Show Submit Confi…In this article, the pop-up/confirmation dialog has two properties :id: "CANCEL",text: "CANCEL",andid: "SUBMIT",text: "SUBMIT"...
First a little background on the problem.There is some data (on page nodes) that gets updated every now an then when a page is requested. A WCMUsePojo calls a service that updates the data, 2 components use that data and I have a really weird behavior, let's say the first class calls the service, th...
Hi All,I am facing an issue in query builder debug tool where order by is not working with below query format.Query 1:1_group.1_group.path=/content/we-retail1_group.2_group.path=/content/dam/we-retail/en1_group.p.or=true2_group.1_group.type = cq:Page2_group.2_group.type = dam:Asset2_group.p.or=true3...
Hi all,I did read tutorials on AEM LDAP and SSO Integrations.1. Kindly confirm what role implements these two integrations typically in an implementation.Is it fair to assume that client security team does this?2. If we need to estimate effort for these, what are the general considerations?Example:...
Hi All,We recently upgrade from AEM 6.1 to 6.3. Workflows are triggering fine in 6.1 all servers and 6.3 local but for 6.3 Dev, QA and Prod we are getting "could not start workflow" for custom workflows. We have the same code and same users with ACL permissions in all the environments. In the log we...
When running the maven clean install command: mvn clean install -PautoInstallPackage -Daem.host=remoteserver -Daem.port=4502 -Dsling.user=admin -Dsling.password=<password>I am getting:[DEBUG] Authorization required[DEBUG] Supported authentication schemes in the order of preference: [ntlm, digest, ba...
I follow the instruction "Installation on AEM 6.3 SP1" from Adobe Experience Manager Help | Getting Started with AEM Content Services - Part 1 - AEM Content Services Set up to setup content service. In part two, I don't see the "Content Fragment Models" under the Tool -> Asset. Goto CRXDE, Nor the m...
Hi I am trying to upload an image from tomcat to AEM 6.3 DAM. But seems createAsset method of package com.adobe.granite.asset.api.AssetManager is not working as expected. Could anyone please help me as I am able to upload the image if I am using method from com.day.cq.dam.api.AssetManager pthis pack...