Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Am trying to consume a web service which is running on different sub-domain but on the same domain. I am getting java.net.ConnectException: Connection timed out. Below is code which I am using to call the webservice from OSGI Component class. String url = "https://banking.pnc.com"; Pos...
Hi,Our site in AEM (6.2) uses the bundled jQuery inside Granite.From what I see, the generated granite.js file consists of the csrf.js.Currently, when a page loads, it is throwing an error in the browser console of:Uncaught TypeError: Cannot read property 'externalize' of undefined(...) getToken ...
Hi,Recently we have migrated to AEM 6.2. We get below error when we try to invoke workflow to publish Asset. The workflow works fine in case of sites.We have custom workflows to publish the content but in this case (Assets), the workflow doesn't get invoked and we get below error. No error reported ...
i have one rest post service which i am trying to consume, but i am getting error as: 03.11.2016 10:55:48.349 *ERROR* [1478150748326] GET /bin/UpdateGet HTTP/1.1] com.ap.commerce.services.impl.CartUpdationServiceImpl java.io.IOException occurred in Cart Updation service sun.security.validator.Valid...
I need to perform some logic after a targeted component had been rendered on the page. We are using a campaign, segments to display targeted content. Is there a dom event I can listen to to know the personalized component has been added to the page? I have the below code but it no long seem to wo...
We have a requirement to create a multiselect dropdown widget in classic UI. There is no OOTB support for multiselection for the "xtype selection, type select". We are able to find examples of multiselection in the sencha site, but these are not extjs version 3.4.0 which is used in AEM. The current ...
[AEM 6.2] I am trying to add sub/super script functionality to content fragment RTE but I am unable to trace the file that needs to be updated to make super/sub script work.RTE is being rendered from toolbar.jsp (/libs/dam/cfm/admin/components/authoring/contenteditor/toolbar/toolbar.jsp) . I added t...
Apologies for the duplicate post. Seems like something in the original is breaking the page, so I'll try this again:I'm trying to dynamically retrieve a translated message using Javascript from my created dictionary in AEM's translator (/libs/cq/i18n/translator.html).We've got dictionary values set ...
Hi All,I have a simple abc.txt email template under /etc/notification/email .**************************abc.txt****************************<html><head><meta charset="utf-8"><title>Untitled Document</title></head><body><pre style="white-space:normal;"> <table width="100%" border="0" cellpadding="0"...
Hi Team,I am including below dependencies to my pom.xml for JSON Web Token. Even though my build is success, my bundle is still in installed state. Could you please help me on this.<dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version...