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
1
vote
0 answers

Why is /mnt/overlay/wcm/core/content/sites/properties.html missing? Where can I copy a pre-created one (like core/...) to easy my work with?

I am learning AEM 6.5 using "Build and Apply AEM elements to master components and websites!" on Udemy. On step 43, "Lab: Create Content Root For We.Train", the following error appears - and I assured I had no mistakes in following: Not…
1
vote
1 answer

Remove empty json field in Component Expoter

How to exclude Json tab field when it has no value being authored in component dialog field (Sling model)? dialog a (authored value) tab b (not authored) tab json response with model.json of experience fragment "Component" : { "a":{ …
1
vote
0 answers

Preprocessor for assets in AEM as a cloud service

Environment - AEM as Cloud Service Do you know of any OSGI service or interface which i can use to hook up a service to run a few validations on an asset before the asset compute services kick-in to process the asset ? To be more specific, I'm…
SubSul
  • 2,523
  • 1
  • 17
  • 27
1
vote
0 answers

ERROR 500 NoClassDefFoundError from Jackrabbit oak AbstractLoginModule

I have upgraded AEM 6.5 SP5 to AEM SP12 and when I spin up the server im getting this error. HTTP ERROR 500 java.lang.NoClassDefFoundError: org/apache/jackrabbit/oak/spi/security/authentication/AbstractLoginModule URI: …
1
vote
0 answers

Can we update DOM using GuideBridge object in Adaptive Form?

On AEM Adaptive Form, I have a scenario to format the "Table component" on the review Section dynamically(including changes to no. of column & column names etc.). Though this can be achieved using Jquery, I would like to explore if this can be done…
Prasanth
  • 21
  • 3
1
vote
0 answers

AEM SPA React setup Experience Fragment

I need to create experience fragment in AEM SPA React framework. Bascially, I copied code setting from this article…
1
vote
1 answer

Automated Backup in AEM 6.5

I am new to AEM and my lead asked me to find a way to automate the backup process for Author instance in AEM. So far What I got are AEM workflows. But I am not sure that It would help or how can I do it?
Syed Saad
  • 11
  • 2
1
vote
0 answers

Validation error of type FieldUndefined: Field 'XXX' in type 'QueryType' is undefined, when saving GraphQL query in AEM

I am trying to save a persisted query in AEM's GraphiQL Explorer. I can run the query fine, as seen on the right side. But if I try "Save As", I get the following error. "Validation error of type FieldUndefined: Field 'adventureList' in type…
Sean
  • 508
  • 6
  • 20
1
vote
1 answer

How to retrieve data from field with multiple="true" in AEM's WorkflowProcess?

Sorry if this is a basic question, as I am quite new to AEM. I have a cq dialog allowing multiple tags to be…
Sean
  • 508
  • 6
  • 20
1
vote
0 answers

How to return current Page and fetch value by using @Via("resource")?

@Model(adaptables = SlingHttpServletRequest.class , defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class Solution { @ScriptVariable Page currentPage; @Inject @Via("resource") @Default(values="Heading of…
Questioner
  • 31
  • 3
1
vote
0 answers

AEM responsivegrid add customize button to editbar

Sorry for the confusing title, I have a customized responsivegrid parsys, what I need here is to create a customize button besides default buttons, something like this (not really a copy button, I am just using this as a concept, in fact I wish to…
sefirosu
  • 2,558
  • 7
  • 44
  • 69
1
vote
0 answers

Copy Pasting the Page in AEM using workflows

I want to copy and paste the page even if it has any child pages. If I have copy-pasted the page successfully then rerunning that workflow should overwrite the copied page if the page is already present. Current approach: public void copyPage(String…
Ronnie
  • 29
  • 3
1
vote
1 answer

AEM Project archetype error for multi-language project

I was trying to build an AEM project with a Maven archetype project version 27 and AEM version 6.4.8.4. I'm wondering to generate the project in two languages, English and Ukrainian, but after the generation of the archetype the project is not…
1
vote
0 answers

AEM Venia Store Category and Product Page data Not fetching

Basically, I have set up a default AEM 6.5 venia theme with no customizing, I also successfully connected the CIF connector and fetched data from Magento using CIF Connector, but when I tried to the category as well as product page the data of…
Script Host
  • 911
  • 1
  • 11
  • 22
1
vote
0 answers

How do I create a pop-up window in AEM for missed questions?

Is there a way to create a pop up window in adobe experience manager designer that reminds people to check any unanswered dropdowns or check boxes in a form before saving the document?