Is it possible to "un deny" permissions to a node?
I realize the best practice is to always use Allow and avoid Deny due to having little control over the order in which the Allow/Deny statements are implemented and evaluated. We mistakenly Allowed...
View ArticleListening to Workflow Events?
I know there are a lot of pages (http://wem.help.adobe.com/enterprise/en_US/10-0/wem/developing/develop ing_workflows.html) that talk about this, but I haven't been able to get it to work. The bundle...
View ArticleUnable see page on publisher in AEM/CQ5.6
I am trying to replicate the geometrixx-media/page/article component in adobe CQ 5.6.I created a component geometrixx-media/page/mycomp and then copied the files content.jsp and 8x4col.jsp from...
View Articleunable to see the cq:ClientLibraryFolder created in CQ5.6
I am trying to create a cq:ClientLibraryFolder under etc/design/geometrixx-media/clientlibs-responsive. I copied the contents from an existing cq:ClientLibraryFolder...
View ArticleHow to set cq:tags property of the code through JCR 2.0
Hi, I am trying to set the value of cq:tags programtically through JCR 2.0. When I execute this code Session session = repository.login( new SimpleCredentials("admin", "admin".toCharArray()));...
View ArticleIssue with CUG in CQ 5.5
I want restrict some pages to region1 group, for this case i am using CUG Steps done : 1. I created Users testuser1,testuser2 and region1 group.2. testuser1 and testuser2 are members of...
View ArticleIBM Websphere Portal WCM migration
Hi all, has anyone undertaken a migration of a site from WCM to date? If so, how have you approached extraction of data from WCM and import into CQ5/AEM? We are currently investigating using the WCM...
View Articlecustom bundle is not importing package - Cannot be resolved
Hi guys, I've got a bundle that has a SlingSafeMethodsServlet implementation in it. The SlingSafeMethodsServlet is attempting to import the com.thoughtworks.xstream package, but it can't seem to...
View ArticleQuery builder 'order by'
Hi all, I'm using query builder to retrieve result. Generated query statement is: /jcr:root/content/dam/myFolder//element(*, dam:Asset) order by jcr:content/metadata/general/@views descendingThe...
View ArticleHow to completely replace old content with new in package?
Hi,i'm using CQ 5.5. i package my app with content-package-maven-plugin.under /apps/myapp/install i place my bundle.when i increment app version in maven and then install new package to CQ i receive...
View Articlelogin page changed
One of my author servers had the login page change from /libs/cq/core/content/login.html to /libs/crx/core/content/login.html and I'm trying to figure out why. Nothing else on the server has changed,...
View Articleunable to locate images in AEM/CQ5.6
Hi, I just created a pege using the media article template inside geometrixx-media website. I am trying to understand the "Image Reference Modification" and therefore looking at the three images to the...
View ArticleUnable to set "Replicate" permission
This is on CQ5.4:Even though I'm a member of the "administrators" group, I'm currently not able to set the "Replicate" permissions in the "CQ Security" section. I'm writing "currently" because I've...
View ArticleThis node already exists: /etc/packages
Hello all! I've been trying to upload packages into CQ5 via Java, based on the documented curl commands at http://dev.day.com/docs/en/crx/current/how_to/package_manager.html, but I've hit a strange...
View Article"No space left on device"-Exception when retrieving big "jcr:data"-property...
Currently I need to retrieve "files" from CRX. This means I get me the jcr:data property of the jcr:content-child-node of a nt:file-node.I do this in a loop, but after a while I get an...
View Article@Reference annotation causing customised servlet stop getting called
Hi guys, I noticed that as soon as I add the @Reference annotation in my servlet, the sevlet will not be called when the form is submitted. As soon as I remove @Reference the servlet will be called....
View ArticleAEM CQ5.6 - page properties editing functionality depending on templates
Hello everyone, I want to provide a view (UI touched) to the editor/user different page properties depending on the template within CQ 5.6. Let's say I have three templates which have a bunch of common...
View ArticleHow can I add a custom attribute to the create page dialog?
I followed the following link to add a custom attribute called starred and this attaribute can be displayed in siteadmin grid http://dev.day.com/docs/en/cq/current/developing/customize_siteadmin.h...
View ArticleLimitations in CQ5 developer trial edition?
I have a CQ5 developer trial version setup on a local system. When I tried to follow the directions given in http://helpx.adobe.com/adobe-cq/using/creating-custom-cq-commerce-prov iders.html, to...
View ArticleCQ and CDNs: purgings
Hello, we're looking at integrating CQ with the Akamai network. I've read a few interesting posts already on this forum, but would like to explore the idea of caching and purging a bit better here. My...
View Article