hi can you share examples of how to use ThreadPoolExecutor in AEM along with Apache sling thread pool configuration (in configMgr), I guess these two goes together ? Thank you
Hi All,When ever event is getting triggered -EX - If i am doing operation Page move.EventType is coming as = Event.PROPERTY_ADDED but it should check for as Event.NODE_MOVED. even though i am checking as a conditional statement it is always going to Event.PROPERTY (Event.PROPERTY_ADDED | Event.PROPE...
Retrieve the date of the first timeline entry for a page in AEM code base and display it with other details when author selects the page. Or store first timeline entry date inside jcr:content with other page details
I have authored these content fragments in AEM , but these all are taking a locale property when viewed as list (List View of CF).From where this these locale properties are coming and can we change this property?
I have few AEM Users with different type of permissions like let's say User A is a content author and has access till pages only, while User B is a developer and has access till most of the nodes except few like he/she may not have access to configuration nodes etc.. While User C has access to every...
Hi all, I am building an API which will serve up some HTML for other websites to consume. The general idea is that there will be an experience fragment within AEM, and my API will grab the HTML output of this experience fragment and append that to the API response. Is there a way within Java that I ...
Hi Community, We are currently testing the Destination Selector, but we’ve noticed that selecting a folder in the provided example doesn’t trigger any visible action. We’d like to understand if we are missing something in the process. Additionally, we need a clearer understanding of how the Asset Se...
Hello, We have created a new datatype for the content fragment, as we need to overwrite certain fields in the universal Editor. We have generated a custom data type, and in AEM with the old editor, it works correctly, we have tested with a colorPicker and with a normal text field. (this example is a...
Im getting the below build error executing the FE pipeline:Executing command git fetch Executing command git checkout develop Switched to a new branch 'develop' Branch 'develop' set up to track remote branch 'develop' from 'origin'. [BUILD] Running git change-log command(s) [BUILD] Running npm a...