We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
Hi All,I am facing below issue while executing workflows, issue is " javax.jcr.AccessDeniedException: OakAccess0000: Access denied";Can you please suggest how to resolve this issue?Exception stack trace:com.basco.aem.core.workflows.BascoParticipiantStepMailProcess Exception in Basco Participiant Se...
Hi,What are the required permissions for a user to use the Asset reports function?I was not able to make other users than admin to use these reports.Any inputs are welcome.Thanks
Hi,I'm getting administration session as seen below but this method is deprecated:@Reference private SlingRepository repository;adminSession = repository.loginAdministrative(null);Also. another way to get session is:Session session = repository.login(new SimpleCredentials("admin","admin".toCharArray...
Hi All,I am creating a JSP custom tag using tag file but i am getting following errororg.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: File "/META-INF/tags/HelloTag.tag" not found tag file is located at /META-INF/tags/HelloTag.tagFollowi...
Along the top of Touch UI dialogs are a series of buttons. I need to configure the help button (leftmost) so it points to the documentation for the component. I see that helppath is the property name I should use according to this example from Adobe. But it's not working, and instead always points t...
Hi,For our AEM 6.1 instance we need to make sure that assets (/assets.html/content/dam) on the Touch UI can be locked and unlocked by authors. Is there a way to enable this or does this have to be custom implemented?I know that there is a "Locking Action" for Asset Editor pages which we don't want t...
I have requirement where I am trying to create custom Participant step which should allow multiple groups to be displayed in the drop down while advancing workflow. I was able to overlay Participant Step using following this guide (https://docs.adobe.com/docs/en/aem/6-0/develop/extending/workflows/w...
To learn how to build an AEM custom servlet that uses the JQOM API to query the AEM JCR, see: Using the Java Query Object Model within Adobe Experience Manager.
Hi,I have installed AEM in server and i want to access the AEM site in another machine using IP address of the server eg: 10.18.1.118:4502Kindly someone guide me. Thanks in advance for your support.ThanksAravind
Hi folksI am currently trying to set the OSGi configuration for com.day.cq.rewriter.linkchecker.impl.LinkInfoStorageImpl via a source content package (/apps/.../config/...) in AEM6. My XML looks like this:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling...