Hi all,I am using below code for validation for text field in dialog.(function(document, $, Coral) {var $doc = $(document);$doc.on('foundation-contentloaded', function(e) {$(window).adaptTo("foundation-registry").register("foundation.validation.validator", {selector: "[data-validation=txt-validate]"...
Hello Community - I am trying to obtain the resource from the existing resource path using Sling model (Not servlet). I am able to get the properties (buttonlabel) values for the component path.I need some additional properties from the jcr:content of the given path. When I pass the given path to th...
Hi,I am using AEM 6.1 and need to connect MSSQL Database. I downloaded driver from Microsoft site and uploaded in OSGI console and setup data source and it works fine.But I wanted to move this JDBC driver as part of my code build so all the users will get it in their build automatically.I tried to u...
Hi,We are using third party library(io.woo.htmltopdf) library to generate PDF out of AEM web page which works fine in localhost publish instance(on windows machine) but in QA or Pre-Prod environments which are on linux box, we see below errorjava.util.concurrent.ExecutionException: java.lang.Unsatis...
I have a project which is created using archetype 24.I am trying to build it in my local by simply doing mvn clean install, its failing on dispatcher subproject with error message - [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-checksum-of-immutable-files) @ abcd.dispatcher.ams ---[WARN...
Hi guys,I'm trying some dumps for practice in testing, I could bring the following question to your attention? From my experience I would have answered B, if I read the below documentation I understand that: 1)Customizing the Logic of a Core Component -> we need to use Sling delegation pattern, reso...
as above.-------situation:I want to customize Sling referrer config (org.apache.sling.security.impl.ReferrerFilter) in all environments (author and publishers). I created an XML file with custom config. Thanks-------Tests/observations:1. As a test, I made copies my XML file in these 2 paths- ui.apps...
I am trying to overlay createlivecopywizard . So i copied the data from here /libs/wcm/core/content/sites/createlivecopywizard to /apps/wcm/core/content/sites/createlivecopywizard. I made some minor changes in the apps wizard !! But when i try to run through the live copy process . I still the chang...
Unable to start AEM after macOS BigSur update, tried installing fresh version of 6.5.0 and seeing this error.18.11.2020 14:28:55.547 *ERROR* [Apache Sling Repository Startup Thread] com.adobe.granite.repository.impl.SlingRepositoryManager start: Uncaught Throwable trying to access Repository, callin...
Hi folks,On the Author instance in the Stage environment, I created a Service User and added a Keystore that I created via open_ssl.I used the ACL Packager program to build a package with my service user principaland its permissions and keystore. I then replicated the package to the publish servers ...