I have tagged and upload 40,00+ pdf files into DAM. I have built a search component using Query builder. The input for the search are "text", "tagid1", "tagid2". This needs to return me all the documents that have "text' in their content and have been tagged "tagid1" and tagid2. If I use the Qurybui...
Hi,I am trying to follow the steps in https://docs.adobe.com/docs/en/aem/6-1/deploy/upgrade.html.After trying the command "java -jar aem-quickstart-6.1.0.jar -v -x crx2oak" .It is throwing the exception,Preparing to execute extension /C:/Users/ND%20-%20Yvonne/Desktop/author%20%20backup/crx-quickstar...
I'm facing issue while running runDataStoreGarbageCollection from URL: http://host:port/system/console/jmx/com.adobe.granite%3Atype%3DRepositoryGetting Error:javax.jcr.UnsupportedRepositoryOperationException at com.day.crx.sling.server.impl.jmx.ManagedRepository.runDataStoreGarbageCollection(Managed...
Hi Team,Am trying to set random value for textfield in our scenario.but it's not setting up.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Dialog" title="Multi Field" xtype="dialog"> <ite...
I have a few components that were created for CQ 5.4 and use custom actions in the editbar. As we migrate to AEM 6.1, I'd like to support these in both Classic UI and Touch UI. I found this demo https://github.com/Adobe-Marketing-Cloud/aem-authoring-extension-toolbar-screenshot that I've tried imple...
Since I want to create a bundle with console crx. I did coming not because I receive always the messsage "Unable to scan class files: com.day.cq.wcm.apps.geometrixx.impl.PageEventListener (Class file format probably not supported by ASM?)". I'm on the problem since 1 day.
how to create dialog with multi field with in multi fieldI have to add the group name and members inside the group. Need to have group also as a multifield and another mulifield in side each group to add its member.Please suggest me how to create the ustom xtype for this.Thanks in advance
Hi All,We are seeing issue at our sign in component that when we make a sign-in request it goes to third path system and there it authenticates user and send response back to us.Based on the response we are again redirecting to the same aem page.Same scenario is working fine at author but at publis...