Hi,in my website every request sets and/or uses a JSESSIONID cookie. Now this indicates to the caching server that a request should be handled by the publisher instance, skipping the cache.I'm pretty sure I don't need any sessions (yet). However, I cannot seem to get rid of it.Do you have any idea, ...
I followed this documentation https://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/watermarking.html to achieve text watermark on the images, but it didnt yield the desired result.Following exception occured in the error log 17.11.2015 13:23:15.802 *ERROR* [JobHandler: /etc/workflow/ins...
Hi,i need to insert inside a dialog an icon picker.Which is the start point to do this task?I have an implementation via bootstrap but i don't know how insert my code into a dialog.Anyone can help me?Thanks
Hi, In CQ5 we develop custom components (like multifield having text and pathfield widgets. etc..) using ExtJS. could you please explain me how to develop such components in AEM6 and above 6 as these versions use GraniteUI .Thanks in advance,Best Regards,Vijaya Immadisetty.
Hi,We have a requirement where we want to inherit the existing design from one template to another. For example I have a Template A for which I created a design and associated that page with this design (by going into Page properties and setting the design). Now I create a new page Template say Temp...
Hi All,In order to obtain a session,final SlingRepository repos = sling.getService(SlingRepository.class); and session = repos.loginAdministrative(null); is used in the article https://helpx.adobe.com/experience-manager/using/using-ajax-requests-display-cq.html . But I read somewhere that loginAdmin...
Hi All,In the article https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html ,data from twitter is retrieved by adding some javascript code to the AEM component.Doubt as below :1] What I thought was to get data from any 3rd party system, we have to make some REST o...
Hi All,I have a doubt as below :1] Why is it that in the article https://helpx.adobe.com/experience-manager/using/creating-logo.html the java filename is something like "img.GET.java". Does it hold any significance or any name can be used?Any thoughts here would be helpful.
Hello All,I am writing two eventListener methods in activate method with two different paths.The event is not getting fired when I have both methods, but will work fine only if one method is used. Thanks,Vish
Hi,Does anyone have set AEM log against an AD Server and Sync the groups?I am able to log using an user from LDAP and Sync it on AEM, but the groups are not being imported. Could someone help me on this?The Group Base DN is correct.For Group Object Class I'm using: groupAnd for Group Member Attribut...