Say I'm having a jsp script that uses a model Model1 which provides myMethod. Now, model Model2 has it's own implementation of myMethod.Model1 is for component 1, Model2 is for component 2. I want to include the jsp script in both components, without the need to duplicate it, the only difference bei...
Hi All,MIgrated crx2 to oak repository and started the instance with datastore and segment store folders.In error i can able to see more WARN related to below---------------------------------------------------------------------------------------------------------------------------------------------...
Hello everyone,I am currently working on an important project in which our client, a big manufacturing player, has chosen Adobe Experience Manager as a solution. They have to decide between an ''On Premise'' installation or a ''Cloud''.I really need to have some direct feedback from someone in Adobe...
Current Client context read users from AEM, instead of that I wanted to read users from external source. Also I wanted the way user names are coming in drop down in client context , same way external users should come. So that can set segmentation rules based on those values.
I created a new user myuser. By default it became member of everyone group.I tried to log in with this user in all geometrix sites , I could login with this id.Now I created a new page(outside geometrix) dragged OOTB login component and tried login in, I get an alert stating error "user could not be...
Hello folks. I've followed this https://helpx.adobe.com/experience-manager/using/invoking-experience-manager-workflows-using.html and can invoke my workflow using the Java API. I'm trying to tweak this example so that I can start the workflow with MetaDataMap containing key value pairs for the steps...
Hi All,,In one of my sling servlet we are parsing a xml for this we are using dom4j.To compile these classes i have included below Maven dependency.<dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.3</version> </dependency>When i ...
Hi,while i am trying to get current node value by mocking node class and ResourceResolver class I am getting nullPointerException over there.Exception is raising from getResource() method. Here is my actual class codepublic class Myclass extends WCMUse {public void activate() throws Exception {Node ...