I would like to thank both of you people for the quick reply.I have successfully resolved the issue with the help of below Adobe help link.Adobe Experience Manager Help | Posting Special Characters to Adobe Experience Manager The main cause is to encode/decode special characters in AEM.Solution:Enco...
Hello All, I need help to how to change the password of existing user AEM. I am implementing it in my java bundle package. So far I have done two ways ***********************************************************************************************1. ResourceResolver resourceR...
Hi, Gaurav thanks again for your reply, I have resolved the issue, In case of AEM https login of OSGI Java Bundle.What all need to do is install your domain (SSL Certificate) in JDK/JRE certificate list.The instruction as given below there 2 option you can do this, to restart AEM server...
Hello Gaurav and other Friends, Little late update on this query. Now I am able to successfully running AEM author on https domain site, thank you to all.I have developed the java OSGI maven bundle for my API services and all methods calling successfully except myLogin. My current proble...
Hi, Thanks for your reply. Yes, we are able to write asset to given JCR location but in the case for load testing or uploading files continuously we are facing this exception OakState0001: Unresolved conflicts.Can you help me on this what is going wrong or will it require some other ...
Hello All, Once again I need help to upload multiple asset files into AEM dam/content/MyParentFolder/MyCustomFiles/File.jpg path level.1. My case is I am creating a MyCustomFiles sling folder to save the files under the MyParentFolder folder. Adding Node resNode = FolderNode.addNode(...
Hello All, I am trying to get logged in user session details in my java servlet like user name,password,group,permission and complete profile details.In case of administrator logged in I am able get all details successfully but in case of other user I am getting error of "Anonymous ".1...