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...
We want to show thumbnail for either an image or video when we select it.I see there is a customization blogAdobe Experience Manager Customization: AEM Touch UI Path Browser With Preview Does someone know if there is such an OOB capability?
We are trying to implement some new features on the "Activate Page" function. Currently AEM has its own, but we like to add some validation when users click on that button, both the admin listing page(such as right click on a page) and the page detail with the sidekick. Web editors sometimes activat...
Can you prevent a rollout of a page based on the the existence of a property?If not, how could I prevent the rollout when the page has a specific property?
Low-memory action set to forkUsing 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork arguments=[-Xmx1024m, -XX:MaxPermSize=256m]**** WARNING: insufficent heap memory ******************************************The JVM reports 910 MB but we recommend at least 1024 MB +/- 20Use your JV...