Hi all,I am reading three types are Search in AEM: search-jcr, search-wcm, and searchenhanced.cq5wcm.What are the differences among these three and when do we use what search?Earlier, I read about QOM/JQOM type as well.Kindly suggest where I could get all these Search types listed along with their c...
Hi, I have a requirement in which a component (say A)is having only the parsys container and the component A is included in the template using <data-sly-resource>. Now when I drag/edit/delete the any component to component A parsys container the page is not refreshing and the component is not s...
Hi,I am facing an issue i created a project of maven archType10 in eclipse and when i upload the bundle on felix console it does not show the service registered over there below is the code what i wrote and screenshot of the bundle on felix,MyService.java (Interface)package com.aem.community.core.se...
Hi,We are in the process of upgrade from 6.0 to 6.3. While running the workflow, I am getting a Null Pointer Exception as belowCaused by: java.lang.NullPointerException: null atcom.day.cq.dam.commons.process.AbstractAssetWorkflowProcess.getResourceResolver(AbstractAssetWorkflowProcess.java:25...
I would like to make the text field read-only in Granite UI. I used disabled but this option is not saving the values in the repository after the dialog submission. In classical UI I am using the readonly="true" I am looking for the similar option. Any suggestions on this?Thanks In Advance.
After running a build in our environment and executing a workflow, we get the following errorcom.adobe.aem.formsndocuments.publish.AssetReferenceProvider Failed to retrieve asset dependencies. Cause:Node with path <content path> does not exist.javax.jcr.PathNotFoundException: Node with path <content...
'm using AEM 6.2 and I'm currently implementing WebService. I included all dependency jars in OSGI bundle which I created externally and all dependency issue got resolved except one:javax.xml.namespace,version=[1.0,2) -- Cannot be resolvedWhen I checked in the maven using depfinder tool, it showed m...
Hi All, we are upgrading our AEM from version 6.2 to 6.3. we are facing issues when we run pre-upgrade-tasks from the JMX console.below are the steps we followed and the issues faced.1. Took the backup of complete instance.2. downloaded pre-upgrade-tasks-content-cq62-1.2.4.zip package from package...
Hi all,We have a requirement where we have to read data from repository. We created a big node structure in AEM for an e-commerce product catalog and we have to read it and display it in the front-end. What would be the best approach to do this? X-path or SQL2 and QueryBuilder API?Thing is the produ...