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
10
votes
6 answers

How to avoid "The package is not exported by the bundle dependencies" error in IntelliJ IDEA?

I have created a new Maven project using the CQ5 archetype and imported it into IntelliJ IDEA. IntelliJ marks usages of some classes such as org.apache.felix.annotations.Component, org.apache.felix.annotations.Reference, etc. IntellIJ as erroneous…
TheFooProgrammer
  • 2,439
  • 5
  • 28
  • 43
10
votes
1 answer

Difference between Server side include and Sling dynamic include?

Can anyone tell me the difference between Server side include and sling dynamic include and their respective use cases ?
Gaurav
  • 259
  • 4
  • 16
10
votes
1 answer

Adding select dropdown to dialog window

I'm having difficulty on how to add options to a selection for dialog. The Adobe notes I'm reading are here: CQ.form.Selection Scrolling down to options : Object[]/String will show you two ways to reference the options to provide the said selection,…
justacoder
  • 2,684
  • 6
  • 47
  • 78
9
votes
5 answers

Accessing AEM 6.2 error logs over HTTP

In previous versions of AEM, certainly in CQ 5.6 and AEM 6.0, it was possible to tail the error logs over HTTP, without connecting to the server over SSH. For example, I could get the last 1000 lines from the error log of my AEM author instance by…
toniedzwiedz
  • 17,895
  • 9
  • 86
  • 131
9
votes
2 answers

OpenSSL hangs at CONNECTED(00000003)

I am setting up the https connection of my AEM application in a RHEL server hosted in AWS. Followed the documentation provided by Adobe. For the 1st author instance it worked successfully, but on my 2nd server and 3 server, it didnt. I tried a…
leahkim23
  • 93
  • 1
  • 1
  • 5
8
votes
4 answers

Adobe CQ5's sidekick is empty (no components shown)

I've added a paragraph system component in my template, trying to emulate the Geometrixx's contentPage. Everything is fine but I can't drag any components into the system because there are none to add. What can I be missing? More information: My…
Luciano
  • 8,552
  • 5
  • 32
  • 56
8
votes
1 answer

AEM 6.2 cq:dialog Image upload preview not working

This is my first AEM project, I have a image upload in a component which is working, after uploading if i open settings of component to change the image, preview is not working as you can see in below picture. cq:dialog banner file upload…
Viswa
  • 3,211
  • 5
  • 34
  • 65
8
votes
2 answers

Where are the Configurations made in OSGi Console saved?

When we update any configuration for a component in the Configurations tab in the Apache Felix Web OSGi Console, where are these configuration settings saved? This is with respect to AEM 6.0 or above.
Skeptic Scribbler
  • 527
  • 1
  • 6
  • 18
8
votes
1 answer

How CQ authenticate each request?

I'm aware of how AEM creates cookie called "login-token" after successful authentication . My question is how AEM validates this cookie in each request? Is there any filter available to intercept the request and then validate cookie? if not then how…
8
votes
2 answers

Get html output from a jcr node in CQ5

I wanted to know if there is a way to get the rendered HTML output of a Page node in CQ5 without hitting the actual url. I have the Page node and I want to get the rendered HTML output of that Page node programmatically in java and store it in a…
Rakesh
  • 4,264
  • 4
  • 32
  • 58
8
votes
1 answer

Difference between nt:folder, sling:folder & sling:orderedfolder in AEM?

I want to know what if is difference between nt:folder, sling:folder & sling:orderedfolder in AEM/CQ? Also what are cases to use each of these while implementation?
Finn
  • 912
  • 1
  • 16
  • 53
8
votes
2 answers

how do I get key/value in sightly from java use class hashmap

I have a basic java use class object that extends WCMUSE and a simple hashmap method - in the sightly code - I have something like ${item} ${item.key} ${item.value} does not work - how do I return key/value pair in sightly code
8
votes
1 answer

What's the purpose of resourceResolver.adaptTo(Session.class) in Apache Sling?

I am new to Apache Sling, CQ5, etc. In our codebase, we have a code snippet similar to this: void perform(SlingHttpServletRequest request, SlingHttpServletResponse response) { ResourceResolver resourceResolver = request.getResourceResolver(); …
TheFooProgrammer
  • 2,439
  • 5
  • 28
  • 43
8
votes
2 answers

In Adobe AEM, how does the parsys component inject styles into the design css file?

In Adobe AEM ( formerly CQ5 ) the foundation component parsys' design_dialog allows the user to set the "Cell Padding". Whatever value is entered into the text field will show up in the design css. For example: Given that the current page is using…
jedatu
  • 4,053
  • 6
  • 48
  • 60
8
votes
1 answer

Copy Lucene indexes between Jackrabbit repositories

I have two Jackrabbit instances containing the same content. Rebuilding the Lucene index is slow, 30+ hours, and the down-time needed in the cluster is risky. Is it possible to instead just re-index one Jackrabbit then copy the Lucene index from…
Rup
  • 33,765
  • 9
  • 83
  • 112