Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello Everyone, In our effort to reward 'contributor of the month' with a gift card for their participation on the Adobe Experience Platform community, we present you the contributor of the month @yuhuisg Congratulations and big thanks to Yuhui for his immense dedication and contribution in the community. This marks the end of 'season 1' Top contributor of the month awards series. Checkout the full post of top contributors and their score card of this season. We will be coming back next season! Till then, Keep watching the space to be part of Q3 contest in AEP community. 😉 Cheers,Nimasha
Hello All,I am currently trying to enable AEM headless delivery approach and this would need to be totally decoupled i.e. front-end app resides totally out of AEM (No AEM SPA ) Recommendation seems to be to use GraphQL and Content Fragments, however I have a question:How would page assembly be controlled by Authors in such a case, i,e. the way authors are able to decide which component should go first on page and which after that - meaning maintaining page structure? Thanks in advance.@Jörg_Hoh@kautuk_sahni
Hi team - I'm receiving an internal server error on my local AEM build. It's returning the statement below along with other logging information. I've tried rebuilding the instance and still receive the error when I access the templates content. Any help is appreciated. Thank you Cannot serve request to /content/dam/formsanddocuments/templates-folder/VisualTop.xdp/jcr:content in /libs/xfaforms/render/GET.jsp Host: 2021 M1 MacBook ProMonterey 12.3.1 java version "11.0.15" 2022-04-19 LTS Installation guides used https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment.html?lang=en https://experienceleague.adobe.com/docs/experience-manager-65/forms/install-aem-forms/osgi-installation/install-configure-document-services.html?lang=en
Please send me a private message and the details of your request Are you looking to buy Adobe Experience Manager - Forms?And if you don’t mind can you please tell your location
Hello Everyone, I am getting error after adding one of my component that is user component. This error is coming only for some user. Error: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.adobe.aem.commons.assetshare.components.structure.UserMenu cannot be correctly instantiated by the Use API Please suggest me what I need to for fix this issue Please also see the log for this issue. Caused by: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier com.adobe.aem.commons.assetshare.components.structure.UserMenu cannot be correctly instantiated by t
To improve Adobe Workfront's mobile authentification experience, we are looking for people who may be interested in a short usability testing. You will be asked to complete several quick tasks and share your experience and feedback after each task. The survey will take 7-10 minutes to complete. The survey is mobile-based, so please scan this QR code to download the UserZoom app and begin the study.Or you can open this link with your mobile device.https://m2.userzoom.com/m/MyBDNTc1MlMzMjY5
Hi Everyone, We are looking for customers who use Proof in their work to do usability testing on new recently released Mobile Proof. For this study, you will needMobile deviceWorkfront mobile app on your deviceAt least one Proof document where you can commentWe will ask you to use Mobile Proof on your device and share that screen with us during the study while providing feedback on the experience. You can sign up for a time slot below if interested. Sessions will be 45 minutes. Thank you!Anna. https://calendly.com/wf-product-and-design-research/mobile-proof-usability-testing
AEM ui.frontend Module: Code Splitting, Dynamic Imports and TypeScript by LUCIO POVEDA BERTOS Abstract Nowadays being performant on page load is critical. A fast page load speed is critical to achieve a strong SEO ranking and Lighthouse score. A common way of decreasing the time it takes for a page to load is reducing the page's file size using minifiers and compressors. These tools do a great job of reducing the size of the files, but we can go even further to make sites run even more efficiently. As I'll describe below using a technique offered by most bundlers, Code Splitting, that divides large JS bundles into smaller modules that can be lazy loaded as needed, developers can improve page load speed and deliver updated content even more efficiently. At the same time, code splitting will provide the additional benefit of not having to re-load a huge bundle every time there is a small change on a single file/component. With a split bundle the browser will know what file has changed a
Mind Map for AEM as a Cloud Service by Hemalatha Chockalingam Abstract In this mind map, tried to consolidate all the details related to the Feature rich AEM as a Cloud Service Offering by Adobe which will covers the below topics, AEMAACS Offerings AEMAACS Benefits Major features of AEMAACS AEMAACS Integrations Deprecated features Cloud Migration Journey Cloud Migration Support Tool Notable changes in AEMAACS Security features of AEMAACS Artifacts available for local development Maintenance tasks in AEMAACS Asynchronous Jobs in AEMAACS Link to view the mind map: https://atlas.mindmup.com/2022/05/6f9418d0d0fe11eca4ccaf557203a87b/aemaacs_mind_map/index.html https://mm.tt/map/2286240031?t=PKCDn5kFTa Link to view the PDF format: Hope this will help people who are exploring AEMAACS. Thanks. Read Full Blog Mind Map for AEM as a Cloud Service Q&A Please use this thread to ask the related questions.
Tips for Building an Effective and Efficient Enterprise Adobe Experience Manager Platform by Brett Birschbach Abstract Content Management System (CMS) platforms such as Adobe Experience Manager (AEM) are purchased by enterprise organizations looking to empower their brand and business unit marketers to create first-class digital experiences with reduced maintenance costs and dependence on IT. However, many organizations find themselves experiencing the opposite, with development and maintenance costs steadily increasing over time as their CMS becomes a Frankenstein of hundreds of components and IT once again becomes a bottleneck. Building a clean, maintainable AEM platform in support of a single site is pretty straightforward. Without proper planning and business goals, however, enterprises consisting of multiple brands and business units often see what started as 40 components and 8-page templates multiply into 400 components and 80-page templates. Website updates become constrained
AEM Permissioning : Use Cases & Implementation by Ankur Abstract AEM permissioning is used to determine what actions a user or group can perform and who is allowed to view a particular resource in AEM. It is one of the most important task that should be planned carefully for long term scalability and maintenance of assets in AEM. In this tutorial, we are going to cover below topics that an AEM Administrator/developer face in day to day life:- Understanding how permissions are evaluated in AEM. Best Practices for applying AEM Permissions. Understanding default restrictions and its patterns Set up sub-folder permissioning. How Permissions are evaluated in AEM:- AEM Permissions / Restrictions means what actions a user or group of users can perform on a resource. AEM permissions uses Access Control List (ACLs) to evaluated and determine what should be the final permissions applicable for a user or group of users. Access Control List (ACLs) is a combination of direct and indirect pe
AEM SLING End to End Flow by Sankham MarTech Channel Abstract Video: https://youtu.be/woPHjLPJtA0 To understand Sling Models and OSGI Services we need to first understand end to end flow of Sling Engine. This is exactly what is explained in this video Read Full Blog AEM SLING End to End Flow Q&A Please use this thread to ask the related questions.
There's been a lot of chatter lately about AEM as a headless CMS, so I thought I'd share a post with some helpful resources! Summary of AEM as a headless CMS: https://express.adobe.com/page/xMLfKr559fedK/ Headless Developer Portal: https://experienceleague.adobe.com/landing/experience-manager/headless/developer.html?lang=en Headless Tutorials: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/overview.html?lang=en We also have a great group of expert AEM practitioners and leaders in the Experience League Community Advisor Program so don't hesitate to reach out to them directly: https://experienceleaguecommunities.adobe.com/t5/custom/page/page-id/communityadvisors?expertise=t%3AADV+Experience+Manager
We have a use-case where we need to create a dynamic group and add users dynamically into the group for a user assignment task. The users are variable and determined during runtime. We are using the following APIs to create the group and assign users. https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/org/apache/jackrabbit/api/security/user/UserManager.html https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/org/apache/jackrabbit/api/security/user/Group.html After workflow completes, I would like to "clean up" the dynamic group. Removing the users seems straightforward but, how do I delete the group? Thanks in advance.
Hello We are having this problem when trying to access experience cloud.We have the adobe console access as well , but couldn't see where to set this up.( Already saw other questions and suggestions was you can do it in console) Please if anyone can help ?
In AEM, we have 5 domains, and we're configuring robots.txt for each of them. We're getting the same robots.txt for all domains for some reason. I think we've double-checked the rewrite rule; it's working well, but robots.txt is cached somewhere. To my knowledge, weren't caching the robots.txt, and we're also getting cache as no store, private in the response headers.
The replication agent for the Brand portal cannot publish or unpublish the images from AEM to the brand portal.On click of test connection, it is showing an "OK" message, whereas while doing the actual publish it fails with "400 Bad requests" response from the Brand portal.I can see this message at the end of the replication log - error: com.day.cg.replication. ReplicationException: Repository error during node import: Access denied. also sometimes this error Using OAuth 2.0 Authorization Grants Reference to access token provider is using deprecated accessToken Provider Pid, use accessToken ProviderName instead. Value is com.adobe.granite.auth.oauth.accesstoken.provider. 129b2d9b-53c8Sending POST request to https://xyz.brand-portal.adobe.com/bin/receive?sling: authRequestLogin=1 OAuth 2.0 User: brandportal-imsconfig-service OAuth 2.0 User: brandportal-imsconfig-service sent. Response: 400 Bad Request
Hi Community, I am using AEMaaCS. My deployment build is failing on "Code scanning" step and getting following exception in log:org.sonar.java.se.ExplodedGraphWalker$MaximumStepsReachedException: reached limit of 16000 steps for method getCoreComponentImageRenditions#133 in class HtmlUnitClientPlease help to resolve this issue. Also attaching here the build log.
@Exporter( name = ExporterConstants.SLING_MODEL_EXPORTER_NAME, selector = "result", extensions = ExporterConstants.SLING_MODEL_EXTENSION)public class HelpResultModel {... Can someone explain how this Exporter annotation works? I cannot find it in the docs.
Hello everyone, I'm facing one weird issue while deploying my Maven project via jenkins pipleline. I've created freestyle jenkins pipleline and it's parameterised accepting branch and environment as parameters. I've AEM credentials saved in Credential Manager of jenkins with xxxx ID.When I'm trying to deploy I'm getting 503 error code response=Service UnavailableWhile other jobs are able to access the same environment with Jenkins, what can be the issue? Any configuration I'm missing?I've custom settings.xml and build command I'm using :mvn clean install -s settings.xml -X -PautoInstallPackage -Daem.host=xxxx -Daem.port=xxxx-Dvault.user=$AEM_USERNAME -Dvault.password=$AEM_PASSWORD
In this mind map, tried to consolidate all the details related to AEMAACS offering by Adobe. Link for the article: https://www.linkedin.com/pulse/mind-map-aem-cloud-service-hemalatha-chockalingam/
No text available
Hi, Here is my use case :I want to retry one of my workflow step that got failed with some reason. I am not able to find anything around this.
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of April 2022 - @Marcel_Szimonisz and @Deb_Tripathy Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of April 2022 - @marcel_szimonisz and @debtr Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
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.