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 ...
Hi Experts, This question is on behalf of my manager. We have a huge website on SDL Tridion and we have to migrate it to AEM. Customer is not intrested in authoring all the pages manually as it is costlier. They are expecting a automation kind of thing. I have no idea about Tridio...
i have a url of Contact Us at /contact.html my Contact US NEW beta contact at / contact1.url i want to move the new page to the url contact.html. how can i accomplish this?