Hi,Is there any naming convention for client libs. That means we have created our new client libs in etc/design/{project} with names like clientlibs_base, clientlibs_desktop_v1 etc which is same naming convention as OOTB geometrixx outdoors. Please let us know if there is any specific standard, we c...
Hi,I have noticed in AEM 6.0 , repository is growing day by day to GB.I have seen the fixes for this and installed AEM 6.0 Service Pack 1 and Upgraded to Apache Jackrabbit Oak 1.0.8.Is that enough to stop the repository size?Thanks & Regards,Mahesh
Hello,Our project has repeatedly battled with an issue for a few months now: we are unable to author whole-page content with the author's edit mode. Once a page reaches a certain size (15-20 components), the user's browser (we've tried several) crashes, due to an unresponsive page. We have been wo...
I am unable to create pages in one of the sites we have, I do see templates but when ever I tried to create a page I am getting a messageUnable to Create Page Page was not created due to an internal errorwhich calls onlyhttp://localhost:4502/services/pageidservlet?method=getNextID&_nocache=141633642...
Say a custom component was using tag lib, which was fetching data from database. Please let me know the behavior in dispatcher. Will this page will be cached or it will fetch dynamic values. I wanted to know whether we have to give like response.setHeader("Dispatcher", "no-cache") in those scenarios...
Hi,I have defined this logger under /apps/myapp/config.dev/org.apache.sling.commons.log.LogManager.factory.config-myapp.xml:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig" o...
Hi,I am trying to implement Error handling in our project using ACS-Commons Error page handler. I have followed the steps mentioned here . On a 404 error, the page is displaying the 404 error page as expected. But on 500 errors, the 500 error page is not shown. I can see the following error in the ...
Hi,is there an overview about which hotfix is solving which issues?The Package Share isn't always providing a description about the problem solved be hotfix, is there an overview about problems an hotfixes?Patrick
Hi,As we have created the new component in our project like /apps/{project}/components/ and inside this component we have added the client libs also having the CSS file.So is it good to have the CSS file in component itself or we should always add CSS file in global CSS only not in component. I just...
I've been investigating the below dispatcher issue. Can you please provide pointers on the below.I have a cq:Page titled 'index' and under this page there is 'xyz.html'. This is only visible to group "xyz1" and not visible to group "xyz2" configured on the publisher. Initially when cache is empty a ...