I have created multiple data sources through sling:OsgiConfig nodes in the run mode configuration. I can also see these configurations in configurations manager screen.I am trying to get database connection using below code:@Reference private DataSourcePool dspService;....getConnection(){ Dat...
How can we create Vanity URLs based on a query parameter to a page?We have a URL: http://www.myhost.com/my-page?name=<firstname>.<lastname>.We want to pretty it up to look like this: http://www.myhost.com/my-page/<firstname>.<lastname>.eg.http://www.myhost.com/my-page?name=john.smithshould show as h...
Hi,I am trying to use aem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/text/v2/text at master · Adobe-Marketing-C… with AEM 6.3 with SP2If I use inplace editing full screen mode - I am able to see all rte plugins.When I use Wrench Icon and go full screen mode - I am not ...
Hi,Currently, we have a custom log name (org.apache.sling.commons.log.LogManager.factory.config-customLog1): custom-log1.log and logging all the details for: com.gemotrixx.aemI have created another logger (org.apache.sling.commons.log.LogManager.factory.config-customLog2) name is: custom-log2.log an...
When I am trying to access the page model json, I see just the sling resource type component name and not the exact node values. I tried different ways and when I say <page-name>.model.json, it always returns the nodes that are at first level. Child nodes are not being retrieved. To explain it bette...
Hi,I am using extraClientLibs property to load a js on dialog open. My concern is that the js gets loaded on a page refresh and subsequent opening a dialog. The js is unable to load if a page refresh is not performed and the dialog is opened. For example, I have a js mycomponent.js placed under a c...
Hello Experts, Need some help. I am migrating from AEM Forms 6.2 (OSGI) to AEM Forms 6.4 (OSGi). I am using Java API to invoke OutputService.For AEM 6.2, I used the following maven dependency - <dependency><groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><version>6.2.0</ve...
While running AEM mvn clean command, you might end up getting this issue. In such case do follow the below Problem :- The POM for com.day.jcr.vault:content-package-maven-plugin:jar:0.5.1 is missing, no dependency information av…
As per reference link, it.launcher and it.tests are related to server side unit tests. When we are running maven command (mvn clean install -PautoInstallPackage), it just runs the jUnit tests inside core bundle. I tried to search for logs of AEM, don't find any of log statements from server side un...