I've got a problem I just can't find the answer to. I'm trying to drop in some embedded content into an HTML Source component (custom component that just sticks code to the page), but the included <script> tag's contents don't appear to be firing despite showing up as a source in Chrome's dev tools....
I've noticed warnings in our logs like this recently. Any idea what they mean? 22.10.2020 15:20:57.981 *WARN* [oak-lucene-6899] org.apache.jackrabbit.oak.plugins.index.lucene.IndexCopier File _jz.fdx doesn't exist in /export/home1/adobe/AEM-4503/crx-quickstart/repository/index/digitalDepotAssetLuce...
Hello, I have configured AEM with ACC, I'm able to synchronize the pages and so on, I would like to activate the option of Adobe Campaign in the context menu in order to check the personalization inside the email body. how can I do that? Thank you.
Hi, I am getting error while building angular SPA with AEM 6.5 project both from eclipse and cmd prompt.Error:Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (install node and npm) on project spa-angular-app: Could not download Node.js from: https://nodejs.o...
Hello Everyone,I need to write the junit for Event Listener. Attaching the sample code for reference. Could you please suggest the best way of writing the junit for Event Listener. package myproject.core.listeners;import java.util.HashMap;import java.util.Map;import javax.jcr.Node;import javax.jcr...
I'm trying to write a HTL statement using ternary operation with selectors and extension. But html is not compiling and throwing error.${slingModel.shouldHaveSelector ? slingModel.someLink @ selectors='content', extension = 'html' : slingModel.someLink @ extension = 'html' }Checked in HTL docs, but ...
Hi, I need to remove the OOTB roles (Observer, Editor and Owner) and replace them with the custom roles.I created the new roles under /apps/<my-app>/projects/<project-name>/roles.The new roles start appearing in the list, but the default ones are not replaced. Has anyone had a similar requirement. A...
Hi All, In our upgrade project, We are unable to get header for javax Webservices called.Seems like Apache felix framework bundle(5.6.1) was already providing that previously in 6.4Now in 6.5, the same bundle is not having webservices related dependencies.Do we have any documentation for this or any...
Hi, I've implemented a custom OAuth Provider and API. So currently AEM redirects to OAuth form, and after successful login user is redirected back to AEM withauthorization_code as a parameter http://localhost:4503/content/site/en/welcome.html?code=W8kJTZV9syQJ8JOuPWMTCeP_x2C190y-9CmWehunGpM&state=s5...