Hi, a custom component which build by extending the image component in which added text and description, so when using that component in page then how to print the metadata suppose cq:tags associated with that custom component image which authored
Hi All,I've created the custom video component using sling model from scratch to get videos from DAM itself.When I'm adding the video component.need to select the path of that video.Once it's selected, The component is showing, But the video is not rendering in the page. When I've inspected the page...
Hi All could you please suggest any relevant document or solutions for passing data from one custom process step to another process step requirements ThanksKannan
I am able to get node path using node name from Query Builder Debbugger, But is it possible to get multiple nodes as result by giving multiple node paths in query the below condition is working fine : but when i give multiple nodenames it not working , its stuck in running search window: How to sear...
I have just created the project using mvn commandmvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=39 -D aemVersion=6.5.0 -D appTitle=”Modern Creator” -D appId=”MC” -D groupId=”com.aem.MC” -D frontendModule=general -D include...
This is the class I'm trying to use => https://github.com/okta/okta-idx-java/blob/master/api/src/main/java/com/okta/idx/sdk/api/client/IDXAuthenticationWrapper.java This is how I've imported the SDK into my maven project <dependency> <groupId>com.okta.idx.sdk</groupId> <artifactId>okta-idx-j...
Hello everyone,I am currently developing with Adobe Experience Manager (AEM) using the VSCode AEM Sync extension and have encountered the following error message:”path not under jcr_root folder: /home/aem_XXXX/ui.apps/src” This issue arises despite the fact that the specified path ”/home/aem_XXXX/ui...
Trackonomics is a tool that will allow us to track the sell amount per article. This is needed because we will have partners with whom we will share the revenues coming from affiliation.
I'm attempting to pull a property out of an existing node and use it to create a new titlecore node just before the source node and I'm having an issue with moving the newly-created nodes around within a container, it's throwing an IllegalArgumentException saying that the srcChildRelPath has an inva...
We have a headless implementation where an external application calls our servlets in bulk (1000s requests) at the same time. We are running into Internal server 500 error for a bulk of these dispatcher requests although they technically should be 200 Valid Responses. Any inputs on this issue would ...