Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
What we want to achieve is to make a simple OAuth client app that allows a user to authenticate against AEM 6.2, get an Access Token and use it to fetch an Asset.I will try to describe what we have done so far.In AEM we have created a new OAuth Client in page /libs/granite/oauth/content/clients.html...
When I hit the url of website(Ex: www.example.com), in the network tab developer tool(on clicking F12), I am getting as:Name Statuswww.example.com 301xyz.html 307Can anyone help me in removing 301 redirect on aem sites?This ...
I am trying to delete existing nodes and then add new nodes under etc/tags/plant. The code is below. I see error when deleting a node. What ACL's needs to be there for service account to delete a node. String mainPath = "/etc/tags/plant"; Tag mainTag = tagManager.resolve(mainPath); ...
Hi All,What is the maximum java heap size memory that can be allocated to AEM instance? ::* default JVM optionsif not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx1024m -XX:MaxPermSize=256M -Djava.awt.headless=trueAnd what is the use of MaxPermSize here ?
Hi Everyone-I'm struggling to get area maps to work on our aem authoring instance. I've created area maps on the image in the asset manager and been able to verify that the image can publish successfully without errors. When placed in an image component and then published the page it acts as if the ...
Hi,I would like to integrate AEM with Adobe Sensei framework. But i am not able to get proper steps and how to get the Sensei framework.Could any of one you provide the solution.ThanksDivya
Hi,I want to read the .xlsx files from dam. I am able to get the InputStream of this file from dam to pass it to Apache POI to read the data. However, in the run time, it is picking the below xml parser and throwing the error:javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.Ev...
Hello,SupposePublic interface MessageService{}@Component@Servicepublic class MessageServiceImpl implements MessageService{}Getting the service in JSP----------------------------------------<%com.example.service.MessageService msgService = sling.getService( com.example.service.MessageService.class);%...
Hi all,Have you done a sitemap implementation for websites using AEM? What was the procedure and steps you have done? Can you please elaborate your experiences so that I can get some inputs? My requirement is simple - Business will give the rootpath and the pages which should not be indexed for site...
Adobe is recommending its customers to create AEM project structure using Lazybones instead of traditional Maven archetype 10. As when we create a aem project using Maven archetype it is not easy to customize, it provides lots of sample content and packages like test, launcher. Which might not be re...