Hi All, Recently we have upgraded our system to 6.3 to 6.5. When we execute query using Querybuilder API it is giving double when compare with query execution with Query debugger/query performance tool. It is giving blank values when we use Querybuilder API.It is picking proper custom index also ,in...
I have a simple servlet that upload a PDF to adobe esign and I manage to get a URL back. I now want to redirect the client to this URL. The actual URL is valid if I copy-paste it into a browser, but the AEM override the below URL from https://secure.na1.echosign.com/.....to https://my.aem.server.ur...
Hi, Is it possible to give a regex pattern for a daterange.property in aem query builder and search for all properties falling under the regex pattern. Usecase : we are trying to query around 30 date properties set for an asset whether if any particular date among them falls under the given date ra...
I was following this git repo for extending the Embed core component. Extension of the Embed component is possible by providing any of the following: Custom URL ProcessorCustom oEmbed ConfigurationCustom embeddable fragmentThe custom oEmbed configuration, I tried adding a new config in Core Componen...
I am trying to use opencsv in my AEM project. For that I have added the maven dependency as below in my core bundle pom.xml. <dependency><groupId>com.opencsv</groupId><artifactId>opencsv</artifactId><version>4.1</version></dependency> But after adding this dependency, my project bundle is showing in...
On a fresh AEM 6.5 SP4. Whenever I install either a new AEM archetype project or the WKND starter project, AEM (or Sightly most likely) seem to unregister, and only come back once the OSGi Bundle is fully Active. Is a brief 4-10 seconds outage I get the image belowThere is also a long stack trace bu...
I have a requirement to create a new repo and wanted to use archetype 22. When I ran my maven archetype command, it is building/all and /repository-structure in my codebase./all - it is creating two packages one is regular package and vendor package. I excluded /all folder from my parent pom.xml, an...
I have a scenario where I need to tally the assets between AEM and Scene7. I can generate reports in AEM and get total number of assets, but do we have something similar to in Scene7?
Hello AEM Gurus, We have a requirement to prevent everyone (including administrators) from replicating assets from a certain path under /content/dam. I have removed replicate permission for this path (eg /content/dam/testfldr) for all of the groups including the administrators group. But users in th...
Hello everyone, I have a project in /apps and there are a couple of templates created under that. Now, I am trying to use those templates in Sites under Campaigns folder. I have set the allowed path property for the template as /content/campaigns/folder_name(./*)? Can someone please provide pointe...