Hello everyoneI am currently in the process of setting up the automatic version purging service as described at http://docs.adobe.com/docs/de/aem/6-0/deploy/configuring/version-purging.html. There it is stated that both versionmanager.ivPaths as well as versionmanager.purgePaths (PID com.day.cq.wcm....
Hi All,I am trying to integrate LDAP with AEM 6.0. I have referred the link : http://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html for the same.But, seems it is not working for me. Can anyone please tell me which ApacheDS ldap version is suitable for this? I tried with "ApacheD...
Hi all, Use case is:We have global header and footer <div>s which we want to expose in form of JSON so that non AEM sites can read this JSON and render header and footer.I will store the content for header / footer using CQ component. So for doing this I am thinking of somehow getting the output (<d...
Hi,We are using sling form authentication over ldap to authenticate users on the publisher instance directly. When we do load test at random some users fail to login and hence they have to again put their credentials and login. The ldap module at random is ignoring some user credentials. The user na...
I'm trying to use the ACS ErrorPageHandlerService [1] and it has successfully worked in the past (AEM 6.0 SP1). I just build some (totally unrelated) simple code and now the error pages don't work anymore, see error below: 30.12.2014 12:50:10.005 *ERROR* [0:0:0:0:0:0:0:1 [1419972610002] GET /favicon...
Hello,Could any one guide me to read OSGI configuration in java.I have created OSGI:config under app\config folder and name is 'xx.yy.zz', I have add property as "myipaddress = XXXXX"Now I try to get the this config in the servlet. I tried like below @Reference private ConfigurationAdmin confi...
Hi, I have created project strcuture as belowapps-->site-services-->faq-->components, templates etc...etc-->designs-->site-services-->faq.Added couple of the components to template parsys in design mode. As per my understanding, design changes should be stored under etc/designs/site-services/faq/.co...
Hi, I am new to AEM, now i am doing the excercise of extending Text & Image componenet. I have performed everything that has been discussed in url "http://docs.adobe.com/content/docs/en/cq/current/getting_started/first_steps_for_developers.html" but i am not seeing the "left" "right" option in th...
Hi,I am doing some load tests and i see the below error quite frequently and not sure how i can resolve it. My Sample code is fairly written. I am also using synchronized method just to make sure that no other thread is modifying the group. I am trying to add members to group and i have checked the ...