Questions tagged [aem-6]

AEM-6 stands for Adobe Experience Manager version 6.x. AEM formerly known as CQ5 is one of the leading CMS(Content Management Systems) that focuses on giving more control to a business user to decide, manage and control the content that is displayed on webpages.

336 questions
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
4
votes
1 answer

AEM Solr integration: Remote Solr as an oak Index issue: "undefined field catch_all"

I have integrated AEM with remote Solr as, 'Solr as an Oak index' and when running solr queries, I could see all my content indexed and shown into remote Solr. However when I run some AEM specific jcr queries in AEM for certain search application,…
Ajay
  • 421
  • 3
  • 17
4
votes
2 answers

what is the event listener that can be used after dialog content loaded.?

Am trying to use $document.on("dialog-ready", function() { .. } for touch UI dialog customization. Where as i can see the dialog-ready event fires before the dialog content is fully loaded which gives me a unavailability of tags for traversal of…
VAr
  • 2,551
  • 1
  • 27
  • 40
3
votes
2 answers

Why should the header and footer in AEM be defined as experience fragment rather than making them a header or a footer component?

In AEM, I see that its good to make the header as an experience fragment that making it as a component. Any reasoning for that?
3
votes
3 answers

AEM 6.5 - AuthenticationSupport service missing. Cannot authenticate request

im always getting this error in my local environment up. HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate the request. URI: / STATUS: 503 MESSAGE: AuthenticationSupport service missing. Cannot authenticate the…
3
votes
0 answers

AEM - Predicate to list only immediate children

I am using aem-commons's contextualPathBrowser (similar to pathfiled component) in a cq dialog with a predicate property. The java predicate class will evaluate the nodes and only return children pages(cq:Page) in the path picker for user to select…
infinityskyline
  • 369
  • 2
  • 4
  • 17
3
votes
0 answers

what is the difference between AEM cq/dialog and granite/dialog

what is the difference between AEM /libs/granite/ui/components/coral/foundation/dialog and cq/gui/components/authoring/dialog
Robin
  • 533
  • 2
  • 5
  • 16
3
votes
1 answer

Retrieve thumbnail URL from page properties in AEM 6.4 using sightly

Is it possible to insert thumbnail image URL from page properties of Thumbnail tab into og:image inside meta tag. I am able to get values of pageTitle and description properties but not the image. Or is there a better way to handle this?
hitcher
  • 33
  • 6
3
votes
1 answer

programmatically setting cq:tags save blank value in the node in AEM

I am trying to programmatically extract data from a json string, converts into a string array and adding it as cq:tags property and corresponding values into a node, however when I do so, though cq:tags property is added but with blank values. My…
Ajay
  • 421
  • 3
  • 17
3
votes
0 answers

JaCoCo Check not failing AEM Multi-module Project build below Threshold Coverage

I am trying to configure jaCoCo check in my multi-module AEM 6.4 project. I have written Test Classes for JUnit5 Extensions which compile well. I can see report being published to my Sonar Server as well, coverage being 45.9% - Failed. When I…
3
votes
1 answer

AEM's Rich Text (RTE) prepends Author domain to links?

On a newly built AEM 6.3 Author server (Service Pack 2), the RTE component automatically prepends our Author URL to any asset selected through the Asset Selector. The domain is prepended only after selecting the asset and clicking OK. Before…
bwhet
  • 158
  • 2
  • 12
3
votes
1 answer

FOP/AEM: Deserialization not allowed for class org.apache.fop.fonts.FontCache

Unable to get external font in fop, getting message: java.lang.UnsupportedOperationException: Deserialization not allowed for class org.apache.fop.fonts.FontCache (on Thu Nov 15 11:07:35 PST 2018) at…
Ajay
  • 421
  • 3
  • 17
3
votes
1 answer

Content altered in HTL/ Sightly in AEM 6

This is the weirdest issue I've ever faced in a long time. I have a URL that is authored inside a multifield. The URL has an underscore eg. http://example.net/_pinkPanther_is_pink it is currently inside ${item.link} When I do
Oliver
  • 6,152
  • 2
  • 42
  • 75
3
votes
1 answer

AEM 6.3 404 errors with font files

I'm running sassLib/bourbon to building out my CSS. It builds fine, and adds the main.css file to my frontend folder in the clientlib-site folder. I also have a fonts folder in there too, but can't get the path set correctly. I'm getting 404 errors…
Mark Handy
  • 1,180
  • 1
  • 11
  • 23
1
2 3
22 23