I am getting the following error when I try to deploy my AEM project on Cloud Manager. The following errors were found in the httpd config: conf.d/available_vhosts/default.vhost:12: included file (conf.d/variables/custom.vars) does not match any known fileI tried running the validator script on th...
Hello! As my organization (financial services) becomes more integrated into the adobe suite, one of the issues we continue to face is how best to facilitate review and approval of web content (i.e. articles, product pages, thought leadership, etc.). Currently, writers are creating a representative s...
Greetings, I am injecting a ResourceBundleProvider into a model as shown below. This works great, but I'm having difficulty writing a JUnit test for this class because I can't find a way to populate the ResourceBundleProvider during test execution. I am certain the problem is related to the Filter...
A sling model delegate was added for page and XF components similar to as in the example given in this blog - https://levelup.gitconnected.com/aem-extend-core-component-models-using-resource-type-association-and-delegation-b8855ed281e2 Now while including an SPA Project to the same AEM instance, SPA...
My dispatcher is making cache when I hit my publisher with IP. However when I hit the same page with domain which is localhost it is not making cache. Any thoughts ?
suppose i am dropping video component on page. while authoring that component i am choosing video path from dam as pathfield but it is supporting all extensions file type .i have to restrict it should support only .mp4 or mov file type. how to do that thing in AEM. As i am new to AEM please help me ...
Hello everyone, Today, I checked our sitemap: https://www.elektro27.de/de/de.sitemap.xmlUnfortunately, AEM generates relative URLs, but we need absolute URLs. What are the possibilities to get absolute URLs? Thank you for any help.King regards
Hi Everyone,I'm Facing an issue While creating the AEM 6.5 project using Maven Archetype using the following command: mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -D archetypeVersion...
Hi Team,I have a Column control component and i'm aware of the by using cq:template node we can set default no.of columnsex: columnAmount="2". (this is fixed across all templates)But, i wanted have different no.of columns for 'Column control' component on load for different templatesI searched and c...