Hi all, Is there a better way to debug unclosed resource resolver or session objects ? i could look at JMX and sessionstatistics and perhaps session count but is there a way to identify for an object there what created it and are there unclosed session objects or resource resolvers? i see nothing in...
I have a requirement that there is a 2 Clientlibs: 1)clientlibA ->clientlibA.js 2)clientlibB ->clientlibB.js clientlibA.js (function ($, $document, gAuthor) { "use strict"; var sampleText="sample-text-1"; })($, $(document), Granite.author); How can i access sampleText variable in clientlibB.js ...
let's say you develop a component to display some images based on a category field. This gets deployed to your 5 cloud environments (dev, test, UAT, stage, prod etc). On production and UAT the Content Authors add this component to various pages, and set the category values. You now develop a ne...
Dear fellows, We're using AEM 6.5.5 I was trying to set password policy as community members suggested: using Apache Jackrabbit Oak Authorizable ActionProvider https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/aem-user-password-policy/m-p/366035 http://www.sgaemsolutio...
Hi, I tried using "Activate Page" process in process step but i was not able to activate any of the child page of parent page. I want that When i select parent pages along with parent page its child page should also get activated(Published). I see that Activate Page process is not working at all f...
Hi all, I want to do: 1. A hands on AEM Integration with Adobe Commerce, OOB. No extensions. 2. A hands on AEM Integration with Adobe Commerce, Only a simple customization. Not sure this will be called an extension. Given that I have just AEM 6.5 on my laptop, how to get access to Adobe Commerce...
Hi All, I'd like to split the "TEXT" value from the "Description" value in the line item table so that the split value passes through the description 1 and description 2 columns. I tried, but the desired output in form preview is not being obtained. I get the first line value, but the second lin...