CRXDE vs Eclipse
Hey everyone, Just wondering how most of you do development for CQ5. I did have the developer training and we used CRXDE. Recently however we have consultants that do not recommend it. They...
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 ArticleSOLVED: “AuthenticationSupport service missing. Cannot authenticate request.”
A customer was installing CQ5 on a Red Hat Linux environment, and getting the following error displaying in the browser. AuthenticationSupport service missing. Cannot authenticate request. We checked...
View ArticleCQ5.5 ecommerce integration
I am working on integrating Hybris with CQ ecommerce. I am following the documentation on - http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-framework.html However one of the steps is to...
View ArticleHow to Publish Design Dialog content ?
Hi, Senario: Whenever we update or enter content in design dialog , it won't get publish while activating the page.Understanding: Becaue design dialog content get stored...
View ArticleApache Tika PDF Parser not working in CQ 5.6
Hi all, I was using following code to extract text from PDF in a CQ package.ContentHandler handler = new BodyContentHandler();Parser parser = new PDFParser();parser.parse(a.getOriginal().getStream(),...
View ArticleMaven plugin for managing CQ5 packages
Hi, Here's some new documentation that explains how to use the Content Package Maven plugin. You can package and install content from your maven build...for example, in your POM, add goals for package...
View ArticleI want to understand the significance of "timeout" value in CQ5...
I want to understand the significance of "timeout" value in CQ5 dispatcher.any render configuration file. # hostname or IP of the render /hostname "<IP address>" # port...
View Articlelogin registered user automatically
Hi, I have two use cases where user should get login automatically without prompting him login page.In detail:Case 1:As soon as user is registered we should make him login and redirect to home...
View ArticleApplication specific properties using sling:osgiConfig
Hi I need to install application specific properties file in /apps/<APPNAME>/config for different runmodes,i created a xml file with sling:osgiconfig which looks like this .<?xml...
View ArticleUnable to replicate robots.txt through to the dispatcher
I implemented robots.txt on both author and publish instances using the link below: http://crxdelight.com/2012/02/04/how-to-protect-your-cq-instances-from-google-searches/robots.txt exist and it is...
View ArticleRepositoryException during serialization
Hi,we are using CQ5.4 and in one of our environments I see that both replications queues are active but have over 2k of pending items (for activation and deactivation) One the replication logs shows a...
View ArticleHow to generate sitemap.xml from CQ
Hi, I am wondering if there's a build in component or function to generate the sitemap.xml from CQ? Or the only option is to code one from scratch? Thanks.
View Articleadding rtePlugin for custom widget
HiWe have a custom widget with multifield Component that includes OOB RichText component. We need to support foreign-language characters on that RichText this.DescriptionField= new CQ.form.RichText({...
View ArticleHow to Create a multiefield in CQ with custom type?
Please can anyone guide me to create a multiefield component with custom xtypes...
View ArticleFail to access CRX with JcrUtils.getRepository
I just started with CQ5/CRX/JCR, so I beg your pardon if asking silly questions.I'm running a CQ5 Standalone Server (CQ_5_5_Quickstart.jar) on my Windows 7 and am fine with accessing it with my browser...
View ArticleHow to overwrite double click action in siteadmin grid?
I would like to create custom page based on siteadmin widget and now I'm facing a problem with changing a double click action as a defoult it open location with .html sufix if it is not a folder. I...
View ArticleAdministrator denied access to OSGi Console?
I have administrative rights to our CQ5 server yet I cannot login to the OSGi Console? Is this expected? How do I give myself rights to the OSGi Console then?
View ArticleNeed Help With Minify
I am trying to Minify the js/css that is used in CQ5. I deleted the var/clientlib (saved it)and enabled the Minify under "Day CQ HTML Library Manager"(saved it)reloaded my page. var/clientlib gets...
View ArticleExternal redirect for a page/node
Hi, How can i assign an external URL(out of domain; say http://google.com) to a page (node). Need to have similar functionality as "redirectTarget" has for internal redirect.Can I use some sling...
View Article