Logo Component - Design mode shows the edit component toolbar don't show...
I just created a Logo component on my website following the CQ "How to create a Fully Featured Internet Website" guide.I do create the logo component, edited the jsp page with the following code...
View ArticleNo cache invalidation when statsfilelevel > 0 and JCR Resource Resolver URL...
IF :JCR Resource Resolver [1] is used to allow requests missing the initial /content ANDDispatcher has a /statsfilelevel greater than 0 THEN It is impossible for dispatcher to invalidate...
View ArticleSling Mapping in etc/map
etc/map for a domain is working for appending the path to the root path(language page). In addition to that, I need to handle other urls which are short in the website but need to prepend with...
View ArticleIs is possible to run aggregate queries (cf SQL's "group by") on a CQ5...
I am trying to produce a report of how many images were added to our crx repository (under cq 5.3) in the last year, by the directory to which they were added. In SQL I'd do something like SELECT...
View ArticleDeveloping with Eclipse fails with creating a Maven Project
Working on the sample "Developing with Eclipse", I get the following messages at the very beginning, when creating the Maven project. I don't know Maven at all, so I have no clue what to do about this...
View ArticleCQ5 Spring bundle
Hi I have problem installing a bundle in cq5,a small portion of the code is written in spring when i make a bundle of this app and try to deploy it i see a lot of errors likeorg.codehaus.groovy.control...
View ArticleClientContext - Share you location question
I have added Cloud Servcies, ClientContext and ServiceComponents to my template to allow Google Analytics and SiteCatalyst to be configured. However, when I add these component I get a message keeps...
View ArticleHow to add watermarks to dam assets ?
Hi , Can anyone let me know if we can add watermark text to dam assets.I dont want to create one rendition with a watermark , but instead , the watermark should apply to the main asset itself.This...
View ArticleDAM Cache
In our environment, after content update , the stuff(Pdf/PPT) in cache is not getting invalidated. And thus we are ending up with old content(PDF/Docx). And to work around this we end up clearing the...
View ArticleHow to add a document to the JCR Repository via Java API
I'm trying to get started with the JCR 2.0 " Content Repository Java Technology API Specification" It's really a great document but I miss a minimum of examples to visualize how it is all fits...
View ArticleComponents are not appearing in Component Group which we mention during...
Hi, The components are not appearing in the Component Group which we mention during component creation... Though i mentioned the property Compoent Group while creating the compoent, it's not appearing...
View ArticleReceived 409 (Conflict) for saving changes in workspace crx.default
When i creat a new jsp file and save the file , i get the following error on CRXDE lite : Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. This node...
View ArticleRegd:org.apache.sling.api.scripting.ScriptEvaluationException:...
Hi , I'm getting the below exception while accessing the pages. It was working fine earlier.. Any help on this please....??? Caused by: org.apache.sling.api.SlingException:...
View ArticleHow to write a subquery using JCR SQL2 in CQ5(without ModeShape)
Hi, We have a parent node with several levels of child nodes. We are trying to do a node level search i.e., if the search key is present in any of the properties in the parent node or the child nodes,...
View Articledatetime xtype validation issue
I am using a datetime widget to capture expiration date(custom project level property) for a asset I want to validate the date entered using the widget, to make sure date + time is not in the past (We...
View ArticleAn exception occurred processing JSP page...
Hi All, I am new to DAY CQ development. I installed jdk1.6.0_37 in my system. I started cq 5.5 jar on port 4502. When i start cq and open localhost:4502 in browser I am getting following exception "An...
View ArticleHow to get the nodes from session through java program?
Hi, I would like to get the nodes from session objects through java program. I wrote the program like this, package com.mycomp.node; import javax.jcr.Node;import javax.jcr.NodeIterator;import...
View ArticleHow to access XSSAPI from custom jsp Java class?
Hi, I am creating a custom tag library using http://www.cqblueprints.com/xwiki/bin/view/Blue+Prints/Writing+A+JSP+Custom+Tag+Library to produce XSS-proof links from my custom components. I have taken...
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 ArticleClient Context customization in CQ5 to personalize the content based on user...
Hi, I would like to customize the CQ5 client context to personalize the content based on the user profile information which we receives from third party systems(ex: Oxygen single sign on).I have looked...
View Article