Hello AEM Community,I'm currently working on integrating Workfront Fusion with AEM Experience Fragments. After reviewing several documents, it seems there are no readily available APIs for connecting Workfront with Experience Fragments. Has anyone attempted this integration before? Any insights or r...
Hi Team,I am performing in-place upgrade from AEm 6.3 to AEM 6.5. Everything worked fine and my server got updated to 6.5.0. Now, I wanted to install the service pack 9. After installation of service pack, when i did a server restart - login credentials doesn't work (same login was working with 6.3 ...
HI All, Does anyone has an idea if there a know metaspace issues in post sp21 upgrade?I dont find anything in adobe release notes but, chatgpt says this is a known issue in sp21.Anyone faced this issue post upgrade? Please let me know. Thanks,
Hi again, Would like to ask if there is any services or events that I can listen from the Preprocessor to determine if the replication action is for Preview or Publish.
as an example: I have a workflow step that will find and replace instances of the word "quick" and replace it with the word "expediate". This will do the find/replace on author and if the page has been published, it will replicate it to the publisher. I'm using com.day.cq.replication.Replicatorto do...
Hi Guys, I have the below problem statement -"The AMS Environment has runmodes for dev (1 to 6), stage (1 to 4), qa (1 to 3), performance (1), integration (1) and production (1). All these environments have their runmode configurations". These environments are used by multiple business teams spread ...
few properties like checked(checkbox, radiogroup) , margin (container) , defaultValue (Numberfield) are not working below is my cq:dialog<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www....
Hello Adobe Community,I’m encountering an issue in Adobe Experience Manager as a Cloud Service (AEMaaCS) where CSS is not applying to my Experience Fragments (XFs) in authoring environment, it looks broken as shown below. But when I add the Experience Fragment to a page and check, the CSS loads corr...
I have a custom code with a custom query that runs on publish event through a listener, the query doesnt returns correct results the first time it runs because the property that I indexed has not yet been indexed when the query was triggered, it is a race condition. I tried changing my asynchronous ...