aem Questions

3

I am currently working on a project that utilizes Vite version 4.3.2 and is integrated with Adobe Experience Manager (AEM) via the aem-vite plugin. The project also includes '@aem-vite/vite-aem-plu...
Dunt asked 8/6, 2023 at 12:12

5

Solved

I am using AEM 6.2 and trying to create a parsys component in crx, using the code below However, the height of this parsys, in edit mode, comes as 0px. Attached are the screenshots. When ...
Cinchonine asked 19/6, 2017 at 18:48

8

Trying to run @org.junit.Test with Intellij IDEA. It's an OSGi bundle, when hit Run 'testMyTest' Getting following exception: Error:osgi: [b2b-bundle] The default package '.' is not permitted by...
Craigcraighead asked 28/10, 2015 at 15:27

6

I am trying to post data to an API from my localhost:4502 port. When i tried to post data to this API using POSTMAN the data got added in the backend by providing the Basic Authorization key. The s...
Inflexion asked 28/11, 2017 at 3:1

7

I am running a local AEM server in my Windows machine. The server is running on localhost:4502. I am using a Ubuntu distribution running in WSL 2 for my development. I want to access the loca...
Cedrickceevah asked 10/11, 2020 at 5:1

3

How to properly cover Filter with JUnit? @SlingFilter(order = -700, scope = SlingFilterScope.REQUEST) public class LoggingFilter implements Filter { private final Logger logger = LoggerFactory.ge...
Soccer asked 2/9, 2020 at 13:7

1

How to check the empty list on Sightly? I wanted to prevent render the item-list DIV if there was no item on itemImgaeList. But it returns me one (1) always if there were no items while trying with...
Clientele asked 6/9, 2020 at 7:56

3

Solved

For classic UI there is a option to set defaultValue for fields, this is shown to user when user first time opens the dialog after dragging the component. If user clears the value in dialog and sav...
aem
Vetchling asked 28/7, 2016 at 15:12

2

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 m...
Lorollas asked 12/10, 2016 at 22:35

4

I am trying to implement something which I hope is relatively straight forward... I have one component (lets call it the wrapper component) which contains another component (lets call it the inner ...
Palatal asked 20/8, 2014 at 12:34

1

I am investigating a slow login time and some profile synchronisation problems of a large enterprise AEM project. The system has around 1.5m users. And the website is served by 10 publishers. The ...
Puryear asked 23/3, 2019 at 13:0

4

Solved

I've added some extra ACLs to /home/groups and /home/users by adding _rep_policy.xml files for each, but can't seem to get them to deploy. I added the following lines to my vault filter.xml <fi...
Quaky asked 17/4, 2015 at 22:46

6

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...
Fearsome asked 13/8, 2014 at 11:29

1

Solved

I am trying to use Java High Level Rest Client in Adobe Experience Manager to finish project of comparison between Lucene, Solr and Elasticsearch search engines. I am having some problems with ela...
Sefton asked 18/10, 2019 at 19:46

3

Solved

I'm trying to extend an OSGI service. The OSGI service that is being extended includes some references and properties. I'm using the new org.osgi.service.component.annotations package. The meta XML...
Bawdyhouse asked 5/2, 2018 at 13:36

5

Solved

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 li...
aem
Monied asked 26/1, 2017 at 18:16

2

Solved

I have tried to add multiple categories to embed[] and dependencies[] interchangeably many times. But I always see a dependency resolution error in JavaScript on the website. Also, How do I specif...
Sooty asked 24/10, 2012 at 15:19

4

Solved

In AEM 6.3,The JSONArray API is deprecated ,so what is the alternative in place of JSONArray API?
aem
Must asked 27/6, 2017 at 11:17

2

Solved

What is the difference between: data-sly-use, data-sly-resource, data-sly-include, and data-sly-template? I am reading the doc on Sightly AEM and I am super confused. As far as I can see: data-s...
Darmit asked 28/10, 2015 at 4:29

3

Solved

I have got configuration file to load custom fonts for Apache FOP. I am struggling to configure embed-url on server so that font url changes as per server domain. I have tried embed-url property ...
Cloverleaf asked 4/2, 2016 at 8:14

2

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 ret...
Health asked 30/9, 2014 at 15:10

4

Solved

I had a project in AEM 6.1's Classic UI where I was able to override the default Drag components or assets here label to a custom one simply like that: I've created a custom parsys component. Let...
Fidelfidela asked 14/7, 2017 at 18:8

1

Solved

In standalone AEM installation, Is felix OSGi container present inside jetty servlet container ? Or is the Jetty Server is installed as a bundle in Felix OSGi container ? Which one will start fir...
Shenika asked 18/7, 2018 at 7:24

1

I am trying to configure Access-Control-Allow-Origin in Apache to allow certain domains. Below is my httpd configuration <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*"...
General asked 31/1, 2018 at 11:28

5

I have created a project using angular-cli which contains AppComponent as follows: import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.htm...
Psalmody asked 24/11, 2016 at 12:30

© 2022 - 2024 — McMap. All rights reserved.