Hi Team, We have a user group in AEM that needs the ability to manually adjust smart crops for assets, but only for assets that use a particular image profile. We need to prevent this user group from editing smart crops for assets with any other image profile.Could someone provide guidance on how to...
Assume I have the following setup:Two sites with both english and french content pages /content/siteAAA/language-masters/en/content/siteAAA/language-masters/fr /content/siteBBB/language-masters/en/content/siteBBB/language-masters/fr Site AAA was created first and all my page templates are defined in...
I am trying to setup adobe AEM RDE environment. Have followed the steps mentioned in the following documentation https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/rde/how-to-use. I ran the "mvn clean package" command and then proceeded to run the command i...
Hi Everyone,I have a requirement to move our customized Adobe components into a proxy folder and update all content that currently references these components so they point to the new proxy versions.Example:Current component: buttonNew proxy component: buttonglThis means I need to update all pages t...
might be best explain with an example: I have a servlet that returns true or false if HTTP post is successful.I also have a javax filter that checks if a user still has a session. if no session, redirect the user to the login page.User has 2 browser tabs open and both of them are displaying a form (...
Hi,I’m trying to optimize oak indexes in a Clou. We have a few custom queries that are running very slow, and after checking explain plans, it looks like they’re falling back to traversal. I know AEMaaCS doesn’t allow direct CRXDE changes, so indexes need to be managed via code deployments. What’s t...
so I have a javax.servlet.filter class that does a lot of things. one of the first things it does is change the value of a cookie (example: cookieX was originally set to "ABC" and I changed it to "ABC,DEF"). Before the browser gets a response (the filter has completed already but a Sling model is ru...
I want to use GraphQL Query to get list of pages where XYZ Component is enabled based on set of input parameters. I have read multiple pieces of documentation on GraphQL Queries, and I learned that GraphQL is built to work with Content Fragments. Can anyone suggest way to achieve this requirement?
Hi Team, Initially, the code worked as expected without using the embed property, while running on AMS AEM 6.5 (exact service pack version unknown). We are using the org.apache.sling.servlet-helpers dependency, which is correctly declared in the pom.xml. However, we suddenly encountered an issue wit...
Hello,we have an AEM + Commerce headless architecture and we configured the Adobe Commerce Product Recommendations (https://experienceleague.adobe.com/en/docs/commerce/product-recommendations/overview)We're trying to use AEM Product Recommendation CIF component (https://github.com/adobe/aem-core-cif...