We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
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...
Hi ,I am getting the above error when i tried to execute the following example.Adobe Experience Manager Help | Creating Adobe Experience Manager bundles that invoke third party Restful web servicesAEM Version : 6.0Error:26.04.2018 19:17:55.726 *ERROR* [0:0:0:0:0:0:0:1 [1524750438961] GET /content/my...
Hi all, i am facing the following issue and no clue around it. *ERROR* [qtp777542820-14999] org.apache.felix.metatype Missing element AD in element OCD : bundle://468.0:0/OSGI-INF/metatype/com.adobe.forms.test.service.impl.FormDataXMLProviderRegistryImpl.xml*ERROR* [qtp777542820-14999] or...
I have added richTextBox in my xtype js file where I have added paraformat plugin. Here below is my code for that ; "rtePlugins" :{ "edit" : { "features" : ['cut', 'copy', 'paste-plaintext'] }, ...
If I set local to "de", "es", "fr", "it", "ja", I can use Sightly to get I18n value. But if I set local to "pt-br", "zh-cn", "zh-tw", "ko-kr", Sightly can't get I18n value.For exemple:${'Default Value' @ i18n, locale='es'} is displaying "Valor predeterminado". It is displaying as expected.${'Defaul...
Hi,I have an AEM servlet which in turn call google recaptcha web service.Application makes an ajax call to AEM Servlet and google recaptcha inside the servlet.Sometimes, google recaptcha server is not reachable and code is throwing HttpHostConnectException ( connection timeout, 500 , 504 service err...