Questions tagged [aem]

The Adobe Experience Manager is a large-scale web content management system that is currently available from Adobe Systems. It is the successor brand name of a previous product called Communiqué (short: CQ).

The Adobe Experience Manager is a large-scale web content management system. It is currently available from Adobe Systems as a part of the Adobe Marketing Cloud platform. It is the successor brand name of a previous product called , which was acquired from Day Software in October 2010.

Links

Older versions of AEM have reached their end of life and is no longer supported. However, you can still access their documentation through Package Share. For instructions on how to access the package and install refer this article.

5008 questions
1
vote
1 answer

Remove .entry.html from AEM Blog Post URL

i created a blog post using OOTB journal component, using below url. http://localhost:4502/content/community-components/en/journal.html after creating blog post, i seen below URL for Blog…
Raj Kumar Samala
  • 561
  • 12
  • 31
1
vote
1 answer

MyBatis DB connection fail-over mechanism is not working

I have a java application (jar) installed as OSGI bundle in Adobe experience manager. In Java application I have following Datasource configuration : 1. I am using MyBatis-3 to manage Datasource pooled connections in following manned : …
Narendra
  • 151
  • 1
  • 12
1
vote
2 answers

cq:includeClientLib in AEM if included inside a component jsp and the component is present twice on the page

If we give cq:includeClientLib inside my component jsp and if we drag and drop the component twice on that page, will the clientlib gets loaded/included twice? what will be the case if we do in Sightly way (data-sly-call="${clientlib.all @…
Sai
  • 25
  • 9
1
vote
1 answer

AEM query param being removed and CSRF token added

My application has a search functionality which uses a query param fullText for the search term. But on my QA server, any query parameters are being removed and csrf token is being added. Example, on homepage, if I search for 'tax', the url should…
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
1
vote
1 answer

Merge JS files into one Adobe AEM

I have the following code to pull in two different categories but this outputs 6 separate files and I would like the output to be just one. How can this be done in AEM 6.0?
wwwredback
  • 65
  • 8
1
vote
1 answer

how to configure datefield xtype in dialog to just show list of years for selection instead of m/d/Y in aem

how to configure datefield xtype in dialog to just show list of years for selection instead of m/d/Y in aem. I tried to configure it using the format property, and was able to just get the year when i select any date from datefield. Is there a…
1
vote
0 answers

AEM Translation is not working

I am new to AEM and facing issue with Translation. I am creating a multilingual site following documentation for translation.I have not written any custom code. I did the following things. Selecting the Microsoft built in translator. Selecting EN…
1
vote
1 answer

AEM custom table without html and saving each cell individually

I am trying to have a table like view for my component, however I don't want to use the table component. Since, the table will save the data as html with tags and its difficult for me to read the data inside the rows. Traversing through or and so…
calculus
  • 87
  • 15
1
vote
1 answer

Dcevm with maven

I was in a process to set up dcevm on my laptop so that code can be deployed to server without running mvn clean install for every server side change I make. And I managed it working for me using jre. But now if I try to build project manually …
Vineet kaushik
  • 351
  • 3
  • 4
1
vote
2 answers

How can I register a Filter in AEM 6.3 with the httpcontext that is called first in the chain during HTTP request processing

How can I register a Filter in AEM 6.3 with the httpcontext that is called first in the chain. The goal here is to intercept the request coming into AEM and add a HTTP header. Basically trying to set the HTTP header value with user information for…
1
vote
1 answer

How to Implement Cache while using AEM Search API

We are using AEM 6.3 and we have need to implement Content search functionality in our project.We implemented it using Search API provided but issue is that Search API take only request parameter and hence we are not able to cache the search result…
1
vote
1 answer

Maven build failing because of "Failed to execute goal org.apache.felix:maven-bundle-plugin:2.5.3"

I am getting the below error while building my code- [ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:2.5.3:bundle (default-bundle) on project acs.core: Error(s) found in bundle configuration -> [Help…
Sara
  • 373
  • 1
  • 12
  • 26
1
vote
1 answer

Deploy maven project in to AEM?

I have created a maven project with content and bundle folder i can build the project successfully in eclipse use this command :- mvn clean install but my bundle jar and content zip not reflecting in AEM now i am manually uploading the…
Mehran Alfin
  • 165
  • 1
  • 4
  • 14
1
vote
2 answers

Failed to execute goal org.apache.felix:maven-scr-plugin:1.20.0

I am working on an AEM project and facing the below error while building my maven project. Failed to execute goal org.apache.felix:maven-scr-plugin:1.20.0:scr (generate-scr-scrdescriptor) on project acs.core: Execution generate-scr-scrdescriptor of…
Sara
  • 373
  • 1
  • 12
  • 26
1
vote
2 answers

Download assets in it's original format in AEM

I want to download the asset in it's original format using AEM, is it possible? Currently, if I select one pdf or jpeg asset, and click download, it's downloaded as a zip file which includes the selected asset. Now I want to download it without a…
Jemy
  • 13
  • 4
1 2 3
99
100