Hi. I have installed service pack 1 on fresh AEM6 instance. I also checked if the oak version is correct, and it was 1.0.5, I have deployed my packages few times and repository size growth up to ~9 GB. I tried to fire compacting from the JMX console (/system/console/JMX -> RepositoryManagment) but i...
Hi All,As per this post , http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__nehl-hi_i_noticedtha.htmlinstalling "customizing-siteadmin-1.0" package, should help in this[Adding a Custom Column to the Site Admin Console].However, I ...
Hi,I would like know how to get the user from client context in my java service.Is there a way I could pass CQ_Analytics.ProfileDataMgr.getProperty('authorizableId', true) to my java service class. or get the client context user details in my Java Service class.Please let me know if you are looking ...
Hi Guys, i need to create a new logout servlet, so that my website sign out points to that servlet. Can anyone provide me the steps on how to create that? Thanks
I have a custom servlet that extends the SlingAllMethodsServlet & deployed to Adobe CQ 5.6.1. It finds an existing tag using the TagManager class. This part is working. When tagging an Asset, getting this error. Please advise? Thanks.Code:resourceResolver = resolverFactory .getAdm...
Hi,If I am not wrong, there are various readiness/support ratings for different persistence options in AEM 6.Is MongoDB fully supported or is the support experimental?Also could someone please point me to the doc in which support/readiness ratings are listed?Thanks.
Hello,Is it possible to export the i18n dictionary entries from the CQ5 repository with the dictionary name? In my case I have several dictionaries and while I can export each dictionary to an xliff file I'm looking for a way to automate this or query it directly from the CQ repository. thanksrob
Hi,In /libs/foundation/src/impl/src/main/java/com/day/cq/wcm/foundation/forms/impl/FormParagraphPostProcessor.java, the checkFormStructure method, there are a few method invokations that are similar to this:parent.getSession().save();if ( parent.getSession().hasPendingChanges() ) { parent.getSession...
Hi,Has anyone, or any of Adobe's customers that Adobe is aware of, used 8 or 16 gigs of heap size for their author/publisher instances (using Oracle Java 7)?Also does Adobe have any recommendations for what configuration of the G1 collector is "in general" best suited for use with CQ5, if it is advi...