Hello Team, I wanted to read json file from DAM location in my sling model. Can, someone help me with a valid, performance efficient logic? Thanks in advance.
Hello Everyone, I have few pages under: /content/abc/us/en which is having node property: article value as blogNow, I need to find out list of pages under: /content/abc/us/en where property "article" has the value: blog.How can I write the query using Java Stream option. Output will be list of p...
Background: I have pages that are tagged with CUG policy to allow read access to the page to the user who belongs to a specific group. The access for the end-user works as expected. However, I would like the service user to have access to all the nodes in JCR tree regardless of if the resource has C...
A third party tool will upload a JSON file with the required data into the DAM. Based on the provided page details from JSON, such as page_path, page_name, and other configurations, a page needs to be created.Will PageManager support creating all the nodes in the JSON? How?
Hi, For AEM Author stage instance we have it AWS and on request made is passed through Dispatcher Server -> Intermediate server -> AEM server. But the application is throwing 504 gateway timeout error and is failing to pass the request through intermediate server and the following logs are displayed...
hello,I have two countries us/en and in/en. The favicon is visible for us/en but not visible for in/en so I just want to know how we can do this enable and disable thing?
Is there any pros/cons of initializing an Apache HTTPClient variable during @activate vs initializing the same variable when I'm about to use it? private CloseableHttpClient httpClient; @Activate protected void activate() { httpClient = HttpClientBuilder.create() .setDefaultRequestCon...
One question is larking in my mind what actually happens at the background when we restart the AEM server from remote server access SSH tool like Putty or Gitbash and from OSGi console. To restart AEM from OSGi console we use following path.OSGi Console -------> Web Console Tab -----> System Informa...
hi all, we are getting the below build error in a project for ui.frontend module - [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.15.0:npm (npm install) on project wknd-foundation.ui.frontend: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteExcept...