Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, We have tags on our site which are grouped in different levels. This causes that, when we go deep into these levels, we can't see their full names unless we hover them and the tooltip shows up.Chech the image attached. Is there any way to solve this or change the view? It's making some of the tag groups useless. Thanks!
Hi, As we know, the lastLogin attribute is not natively provided by AEM in any version. For the AEM on-premise environments, we were able to capture this information by implementing an AuthenticationInfoPostProcessor or by tracking the user token expiry.However, with AEM as a Cloud Service (AEMaaCS), these approaches don’t appear to be technically feasible due to platform restrictions.Could you please share your expert insights on how we can achieve similar functionality in AEMaaCS? Any recommended best practices or workarounds would be greatly appreciatedRegardsBrijesh Yadav
Hi everyone,I need help setting up a brand new soap client. I have the wsdl generation done. I have added my jakarta dependencies:<dependency> <groupId>jakarta.xml.soap</groupId> <artifactId>jakarta.xml.soap-api</artifactId> <version>3.0.2</version></dependency><dependency> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId> <version>4.0.2</version></dependency><dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version></dependency><dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> <version>2.1.3</version></dependency><dependency> <groupId>jakarta.jws</groupId> <artifactId>jakarta.jws-api</artifact
Hi , We are storing the userdetails in AWS DB, and We have our lambda api which returns userdetails when called , To call the API we are sending key and token in headers , the same api is returning data in our AMS environment , local environment as well as in POSTMAN , but the api is not returning any data in Cloud Environment and its running into exception, so is there anything we need to allow in lambda , please advise me on this issue what might be the potential cause for this behaviour.Regards Shankar
HelloI’m facing an issue with AEM (Adobe Experience Manager) where the Last-Modified header appears when querying the publisher, but is missing when querying the dispatcher. Here are the details:Publisher Request (Working)root@ip pub:~# curl -I http://xx.x.xx-xxx:4503/content/dam/one/img/PCC+_IC_1.jpgHTTP/1.1 200 OKDate: Tue, 08 Apr 2025 18:07:46 GMTX-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINLast-Modified: Fri, 10 Jan 2025 14:17:37 GMTContent-Type: image/jpegContent-Length: 8381Dispatcher Request (Missing Last-Modified)root@ip Disp:~# curl -I http://xx.xx.xx-xxx/content/dam/one/img/PCC+_IC_1.jpgHTTP/1.1 200 OKDate: Tue, 08 Apr 2025 18:11:44 GMTServer: Apache/2.4.52 (Ubuntu)Age: 7003292Accept-Ranges: bytesContent-Length: 8381Content-Type: image/jpegIssue: As shown in the example, the Last-Modified header is present in the response from the AEM publisher but is missing when accessed through the dispatcher.Has anyone else experienced this? How can I resolve it so that
We’ve set up a development environment and configured a pipeline to connect the Adobe repository to it. However, before cloning the repository or making any changes to it, I tried starting the pipeline—and it failed. What could be the possible reasons for this failure?
Hi all, I am installing AEM on my laptop. Why will I need Node JS and NPM?For build I use Maven. For code Eclipse. Let us say I am developing only Back end AEM. I appreciate all your replies. Thanks,Rama.
I want to edit an image directly within the AEM editor by selecting a portion of the image and adding elements like borders and polygons. I prefer not to use a different application for these edits and would like to know how to apply them directly in AEM. And save once borders are added. For example, I want to put a border around the image below; Path I used in our AEM : https://author-p106488-e1080713.adobeaemcloud.com/ui#/aem/assetdetails.html/content/dam/techpubs/med... /workforceconnect/sync-portal/g-addpermission-template-details-new.pngRegardsShivashankarZebra Technologies, Bengaluru, India.
We have been using the admin view for a few years now in our organization and we're looking at migrating over to using the assets view for the bulk of our users. I'm trying to configure the assets view with our search filters and metadata however i'm not seeing any of our custom metadata fields we've created in code in the metadata forms in assets view. Is there a special way i need to make my custom metadata available in assets view?
Getting below for multiple files after upgrading to use Java21 for AEM-cloud service Cannot invoke "String.equals(Object)" because "fullyQualifiedName" is null - PotentiallyDangerousFunctionCheck [main] [ERROR] :: Unable to run check class com.adobe.platform.experience.selfservice.cqrules.checks.java.PotentiallyDangerousFunctionCheck - CWE-676 on file 'project_directory_path/core/servlets/Servlet.java', To help improve the SonarSource Java Analyzer, please report this problem to SonarSource: see https://community.sonarsource.com/ java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "fullyQualifiedName" is null at com.adobe.platform.experience.selfservice.cqrules.checks.java.PotentiallyDangerousFunctionCheck.breaksRule(PotentiallyDangerousFunctionCheck.java:80) at com.adobe.platform.experience.selfservice.cqrules.checks.java.PotentiallyDangerousFunctionCheck.visitNode(PotentiallyDangerousFunctionCheck.java:67) at org.sonar.java.model.VisitorsBridge$
Hi, I Am trying to create schema inside AEM AS cloud there i am looking for multilingual text field for Allows authors to input content in multiple languages but i am not able to find multilingual text field component inside schema build form. Is there any alternative way to achieve this in AEM as cloud service. your suggestions/Answers will be very helpful to me. Thanks in advance. Thanks.
I have a requirement to create a Letters, for that i need to create a data dictionary with fdm (serviceNow). Any advice or guideline.Thanks in advance.
I have reviewed the following query and noticed that I have a similar use case, but it require only the Universal Editor feature. So, whenever the client opens a page created using an editable template in AEM, it will automatically open in the Universal Editor, allowing them to make any modifications.However, my questions are different:1. Will the Universal Editor feature be available for AEM Site Template pages in the future? As far as I know, it’s currently only available for Editable Dynamic Sites (EDS). Is that correct?2. If I want to move my AEM site to the Universal Editor, do I need to enable instrumentation for all core components as well as custom components?3. Is instrumentation also required for Experience Fragments?4. How will template policies and the style system be handled in this case?5. What about Page Properties?I referred to the documentation and successfully edited a text component using the Universal EditorHowever, I will need to enable this for each component indi
Is there a supported way to upload a custom HTML package in AEM as a Cloud Service and render it as a microsite or landing page?I'm looking for functionality similar to the now-deprecated Landing Page Replicator. Ideally, I want to:Upload a static HTML/CSS/JS packageRender it directly in the browserUse it as a standalone microsite or campaign landing page under a specific domain nodeHas anyone implemented this in AEM Cloud? Are there best practices or recommended approaches?Any guidance or examples would be greatly appreciated!
I'm trying to write a policy violation in Sailpoint. But I don't know how to get the rights of the user who is asking a new right. I've tried this:List links1 = null;IdentityService service = new IdentityService(context);Application app1 = context.getObjectByName(Application.class, "Autres");try { links1 = service.getLinks(identity, app1);} catch (Exception e) { System.out.println(e.getMessage());e.printStackTrace();} List DUList1 = new ArrayList();if(links1.size() != 0){ Object DUObj = links1.get(0).getAttribute("DU");if(DUObj != null){ if (DUObj instanceof String) DUList1.add((String) DUObj);else DUList1.addAll((List) DUObj);} }It was supposed to return the list of the rights that the user has and the rights that he is asking. But it doesn't work.
Can we run a report created using ACS Commons Report Builder from a Java service? Requirement - Client wants to run a report every day to get all activities done on pages everyday (such as creation, modification, deletion, workflows, etc) automatically. So, we were thinking of configuring the report using the report builder and trigger it from the service and do the post processing based on client requirement. The advantage of this approach is that the client can modify the report easily and the changes will be reflected without dev involvement. Please let me know if there is a way to run the report or is there any better way. Thanks in advance!
Hi AEM/EDS experts, We are in the process of migrating AEM pages to the EDS gradually. Until then, we would like to redirect requests either to AEM or EDS at the CDN level using cdn.config based on the URL pattern & it works perfect ! However, the cdn.yaml is growing huge as the "matches" pages keep adding. Is there any smart way of handling this problem ? I would have created the cdn.yaml programmatically reading from a list of paths stored somewhere, but I can't do it with the Cloud as the location of cdn.yaml is unknown OR I can't do it vice-versa because I can't really write my program to fetch paths from somewhere. Pls let me know what you think! Attached, a sample cdn yaml in doc format (as yamls aren't allowed for upload here.) for your reference to check "matches". This is not from the project. Just a default sample one. Thanks!
hi,i am want to add a property to the filter bar in content hub.it is a new created property "edg-value", but i am not able to select this property when adding a filter entry.how do i select custom metadata properties?thanks
Hi All, We have Some JMX and some Event Listener/Handlers/Preprocessor (called before activating a Page) we have written in AEM on premise, Will JMX and Event Listener/Preprocesor work in AEM as a cloud.What are the alternative we have for this.
Hi I have previously run a workflow to update deliveries using nms.delivery.load() and then some find/replace type js to fix what I wanted. I was hoping to do something similar to some workflows - to remove keepResult="true" from some workflow xmls in bulk. Is there a way to do this? it's within the initial workflow tag rather than in activities or something further down so I am not sure how to edit it. Many thanks Stephen
Hi everyone, I'm currently facing an issue in the CJA Sandbox environment where I'm unable to create, update, or remove connections and data views without involving the Adobe support team. I wanted to check with the community:1) Is this limitation something everyone is experiencing in the Sandbox?2) Or is there a way to configure user-level rights in the Sandbox that allows for self-service on these tasks? If anyone has figured out a workaround or knows if there are specific permissions that can be granted within the Sandbox environment to avoid relying on support, I'd really appreciate your insights.
I’m currently exploring ways to enhance my skills in Digital Asset Management (DAM), especially with industry-recognized certifications. Are there any special certifications specifically focused on DAM that you would recommend?
Hello, I want to create a recurring delivery with content that varies depending on the date.I would like to be able to display the "July" block only in July and the "August" block only in August.Do you know what conditions I have to put in my HTML to have a structure like this:- Generic content- If the date is after 01/07/25 and strictly before 01/08/25 then "July Block"- If the date is after 08/01/25 and strictly before 09/01/25 then “August Block”- Generic content I don't know how to setup the conditions in red below :<% if ( curentdate > "01/07/2025 00:00:00" && curentdate < "01/08/2025 00:00:00" ) { %>July Block<% } %> Thank you in advance for your help.Arthur
We are testing marketo form embed on non-marketo pages. We have our consent language as a rich text field on the form.How would we dynamically change the text of the consent language based on the Country field selection someone selects on the form? I looked at visibility rules for the rich text box, but could not figure out how to make it so if County = XXX, show new text. Default text will be visible and only change based on country selection..
Hi, Some of my fellow master's students are trying to access the Adobe Analytics demo account (https://business.adobe.com/resources/adobe-analytics-sandbox.html) from the Dominican Republic, but without success. Is there any kind of restriction for accessing it from there? I look forward to your response. Regards,
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.