How to create a CQ package to export all the users and their permissions.
Hi All, Hope you all are doing great. Have a qn regarding the packge export via package manager. I am trying to export all the users and their permissions from one env to the other. I can get...
View ArticleCQ5 Author behind a proxy
Hello, I am having issues with CQ5 Autor configuration behind a proxy server.Basically, what I want is to have all requests from (Firefox) browser proxied to CQ5 author for all requests apart from the...
View ArticleConfiguration of Thread Pool for CQ's Web Container
I am trying to detrmine whether there is any specific configuration for tuning the web container thread pool for CQ. The only configuration I observe is OSGi 's Apache Sling Event Thread Pool but...
View ArticleSyntax for a form posting to a post handler
So I have a component with a component JSP that contains : <form id="flagMessage" name="flagMessage" method="POST" action="/post.POST.html"> <input type="textarea" name="reason" rows="4"...
View ArticleManually Clean Dispatcher Cache
We have a requirement that we update some details of a page from a feed after certain interval of time and then we need to clean the dispatcher cache. We have done few sling mapping alsoe.g.for page...
View ArticleHow to implement Ajax
Hi All, I need to implement Ajax functionality in my component. The requirement is, 1. On clicking on a button Java servlet needs to be invoked.2. In the servelt, need to access CRX nodes and store a...
View ArticleApache Sling JCR Resource Resolver doesn't work for the anchor tags which is...
Certainly I realized that Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through jquery or javascript. e.g. In Felix Console , in Apache Sling JCR Resource...
View ArticlePredicate in pathfiled
I am using predicate in the pathfield to restrict the file types.my problem is, i have folder which is having list of files like mp3,jpg,gif,etc....As per my req,I want to display only mp3...
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 Articleparsys and cq:noDecoration
I have a page that has:<cq:include path="./par" resourceType="foundation/components/parsys" /> Some of the components under ./par has cq:noDecoration=true set.Those components, don't get...
View Articlerepo.adobe.com/nexus/content/groups/public is down
Hi, We are getting the error Connection to http://repo.adobe.com refused while we are trying to create builds for our project.Please et us know if the...
View Articlesome libs can not found
Hello, I'm new to CQ5 and I'm following the "cq5_guide_developer" to practice my first project. It's very smooth until I want to download "cq5libs" from my local CQ5.5 server. Here are the content of...
View ArticleSetting Eclipse Environment: required jar file for
Hi, I am setting up Eclipse development environment for CQ 5.4, and am facing an issue with finding the exact jar files that will parse the <cq:defineObjects> tag. I have the followed the...
View ArticleCache not invalidated after package replication
Hi all, I've noticed that when I install and replicate packages from my Author instance that modify existing files, the cache of the dispatcher does not get invalidated. I understand that I need to...
View ArticleOSGI bundle creation using third party jar files
Hi, I have a requirement to integrate our CQ5.5 based application with a third party. As part of this, I have to use some jar files. After lot of digging, I realised that the way to use external jar...
View Articleadd special column to author grid for cq5.4
Hi On the siteadmin I want to add a new column for each page to the layout grid. The column should show some special content for the page. On CQ 5.5 there is a Interface ListInfoProvider to add such a...
View ArticleVaultclipse plugin
Has anyone got vaultclipse plugin working for Eclipse in windows machine. I have it working just fine in Mac.In windows, same configuration gives me filenotfound error when "import". It looks like it...
View ArticleCQ5.5 ClientContext.get('profile/region') === 'MW' versus Generic Store...
Hi there, I have been having segment resolution problems for a custom data store that sets a new property, "region", on the data store "profile". Precisely, it adds a new "region" property to the...
View ArticleCRXDE Unable to connect to repository
Hello all, I'm having trouble connecting CRXDE to my CQ5.5 repository with a particular server configuration. When trying to login/connect to my server, I get the following messages popup from the...
View ArticleIs there way to dyanmically set component proeprties?
In one of my component I am making some external service calls and I would like to populate the component's properties with the data received from the service call. How can I do it? I tried using...
View Article