We intend to add some more columns in list view in AEM 6.3 on /aem/products.html/etc/commerce/products page..Issues with custom columns in listview for AEM 6.2 The above changes work on site.html but for the products.html no changes work. Seems like it is using different template/path which I am un...
Hello,We've been trying to troubleshoot an issue with the default sling post servlet and i'm hoping someone has experienced this before. We have javascript on our page that POSTs several nodes/properties when the user clicks a button. For a handful of users (randomly/not very often) when they click ...
Hi,We are facing issue related to Replication clogging. Below is the scenario:Every day around 10-20 pages are getting updated/edited, but the replication queue used to show 7000+ pending items.Is this the default behaviour?Not able to understand the behaviour and where to look for this issue. It's ...
Hi Sir,I have configured dispatcher server, flash agent on publish is fine as well. page on publish server is fine: http://x.x.x.x:4503/content/geometrixx/zh/support.html but failed to access page on dispatcher server: http://x.x.x.x/content/geometrixx/zh/support.html it gets error "Already forward...
so I have a custom class located in /bluegrass/core/src/main/java/com/bluegrass/core/imp/view/components/MyCustomerHelper.javaI'm wondering if it's possible to access the HTTP request object from this section? If yes, how?Here's a snippet of the class declaration.public class CourseListHelper extend...
Hello all,we are running AEM 6.2 and want to install the latest AEM Cumulative Fix Pack (currently CFP 11 : Adobe Experience Manager Help | Release Notes: AEM 6.2 Cumulative Fix Pack )However, as a prerequisite AEM needs to have Service Pack 1 installed, which upgrades the internal Oak version to 1....
Hello, I am developing locally with an author instance only and it has always worked. But I think I deleted something in my instance and now it fails when I try to deploy the package. Is there any configuration to turn of deployment to publish? It looks strange that maven tries to deploy to http://l...
HiI am trying to write a post service in aem to which i am sending data in the request body.To read the data, i have a sling Post servlet where i am expecting to get the data sent by post via request.getReader().To test this post servlet, i have created another servlet in the same instance which has...
From what I can tell, OSGi should support the ability to run two versions of the same bundle. But I'm not able to do it either through the Felix console or through package deployment.Does anyone have experience doing this?
HelloI am using AEM 6.2 and have implemented AuthenticationHandler interface and extended DefaultAuthenticationFeedbackHandler to handle the authentication.This is working nicely and now I want to enable the browser to detect when the session times out so that I can warn the user and then show the a...