Hi All,I am not able to see image rendition in touch ui though the rendition exists and are displayed in classic ui.AEM version 6.3.1.0Touch ui : no rendition images displayedClass ui, all renditions are displayedPlease let me know if somebody faced similar issue.ThanksYagyesh
Hi Everyone,I need to migrate some user groups from instance to other instance.User group migration can be done using pkg manger/acl tool but the catch is the other instance already has some groups which should not be overided.What is best way to migrate the user groups from instance to other preser...
So the updated code does not brings in any new dependency.The component used to work there was one enhnancement to the component .In that enhancement one more method was added to java class .The old part still woks , the enhancement section doesnot work.I packaged the bundle and verified the code ...
Hi Tuhin,Thanks for the reply,one thing i forgot to mention that this is fine on local environment and even the dev.Fails on one of the testing environment.So i have all dependencies that are needed.(and i am not using sling models) ThanksYagyesh
Hi All,I am getting below error while building an sightly component.The component was working fine , i made certain changes in java class for that component.The new changes are not detected in logs in can see following errors:05.07.2016 14:31:09.150 *ERROR* [pool-6-thread-16] com.adobe.aem.sightly...
Hi Opkar,I have enabled ssl for my author environment (running on port 7502) and secured port is 5433.On accessing via 5433 i get an empty repository.This issue is happening on AEM 6.1For CQ 5.6.1 , i have an author environment(running on port 4502) and secured port is 5433.This works @kunal123 : I...
Hi ,I am trying to access repository from external java application using JcrUtils.repository = JcrUtils.getRepository("https://localhost:7502/crx/server"); this worksrepository = JcrUtils.getRepository("https://localhost:5433/crx/server"); this doesn't work exceptions: javax.jcr.RepositoryException...