as above. some info: I know it's not running because I don't get a new entry in this folder => /var/acs-commons/on-deploy-scripts-status. Also the node changes I am making in my class is not present.In my custom class, I have some info (just to indicate the class is running) and exception logging...
Hi Team, I've developed custom component like the below, it's not showing the name of the component when we drag and drop. Like it should display like a Title component. In the below image the date picker should also come like title on page. Thanks
Hi, So I am trying to write a JUnit unit test for a servlet. I set the RequestPathInfo using the following: MockRequestPathInfo requestPathInfo = (MockRequestPathInfo) request.getRequestPathInfo(); requestPathInfo.setExtension("json"); requestPathInfo.setSuffix(null); In the servlet, logic is w...
Adobe Experience Manager 2022.11.9850.20221116T162329Z-220900 I am trying to include the GraphQL endpoint in my content package. I have the path in the filter.xml of my maven project but when I attempt to build, I am getting a jackrabbit validation error. [ERROR] ValidationViolation: "jackrabbit...
In my .content.xml, I have a property set by a checkbox: <pinterestShareControl jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/checkbox" fieldDescription="Controls code for displayihg Pinterest save button." name="....
I'm aware that the DAM Update workflow will be triggered as soon as any assets are uploaded to AEM. How can we use the created rendition in AEM components? As an example, I would like to use 319x319. How do I use it? When I search for the asset in the content finder, it only displays original images...
Hi all I'm getting this error in AEM 6.5, in my local instance this particular functionality is working fine but when I'm checking in it dev environment it is throwing this error. Uncaught SlingException org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile
Hi Team, We have a requirement for RTE to allow JSP personalization blocks in the email campaign when I tried to add the link it striping out and converted the tags into special characters. Please help me earliest. AEM 6.5 version when I add the link and submit the dialog: it is converting <%@, %...
Hi, We are trying to expose Assets HTTP API to external applications via oauth. For AEM as a cloud service, the steps to create service credentials and authorization with IMS using JWT are clearly documented. But for AEM 6.5 on AMS, the steps to get the access token to authorize the third party is...
Dear community, I'd like to block users from login with user.disable("reason") method in my Servlet under certain condition. I could read/write user properties, but the disable part doesn't work and I could still login with this user. (code snippet attached below) Did I miss something important t...