I am getting this error in CRX explorer when unlocking a node. There was a lock at the page /content/abc/cat/111.html, I tried to remove the lock by going to crx explorer at /content/abc/cat/111/jcr:content, right click and unlock. When I do this I get a message at the top with Unable to unlock node...
Hi ,I wanted to know what happens when we pass "null" to "getAdministrativeResourceResolver" function in "org.apache.sling.api.resource.ResourceResolverFactory"? Does it tries to give administrative privileges based on the current loggedin user's profile or based on something else. Also does this wo...
Hi,I was setting up users permissions using ACLSetup class. I am using the allow;jcr:read;production-users;/content format. I have to restrict access of some pages to a particular group but have to leave rest of the pages editable for that group. All the pages are sub pages of the parent home page. ...
Hi,I tried to fetch informations from the repository using the QueryBuilder.I could reproduce my problem with the servlet.When I enter this URL :http://localhost:4502/bin/querybuilder.json?path=/content/geometrixx/en/products/triangle&type=cq:PageIt returns 2 results : Features and Overview.But I wo...
Hi,If I create CQ component e.g. Page, can I access Page component as html or jsp file? If I have my page at path content/dam/geometrixx with name test, how can i access it as html?
Hi,The other day I stumbled upon this blog post: https://cqdump.wordpress.com/2014/02/24/rewrapping-cq-quickstart-to-include-your-own-packages/It basically shows how to repackage the cq-quickstart JAR file to contain all the hot fixes that one might need out of the box, rather than installing the ho...
Hello,Would someone please help me understand the difference between coralui and coralui2? In AEM6, they are installed here:/etc/clientlibs/granite/coralui/etc/clientlibs/granite/coralui2 I'm trying to customize the default console page and the AEM6 by default loads only coralui2. Is coralui2 simply...
Hi, we applied the instructions as found in tutorial http://helpx.adobe.com/experience-manager/using/creating-custom-cq-commerce-providers.html. The idea is to extend or enhance the default OOTB Adobe commerce provider. According to the javadoc this is a quote "a simple cart pricing architecture wit...
There is this article (god, why do all CQ blogs have horrible 90's-esque looks?) about how to include tag files (.tag custom tags) within a CQ bundle module. However IntelliJ has trouble providing content assist/parsing/code completion when the tag files are created in the content bundle.Can someone...