Quantcast

Changing the CQ5 generated div tag around components

We are going to use CQ5 as a content platform to be consumed by another service which is the end-point for our users. As in we will be providing HTML for small sections of the front facing websites....

View Article


Where can i download the ADOBE CQ5?

HI Guys,              Where can i download the ADOBE CQ5? where can i find CQ5 tutorials. ThanksA' run

View Article


How to access the currentPage and currentNode Objects in a Sling Servlet

I have a requirement to write a Sling Servlet instead of regular CQ5 JSP In a standard CQ5 JSP it's easy to use the currentPage and currentNode objects, as they are automatically added by the default...

View Article

CQ 5 Default select text in Selection

Hi, I am noew to CQ5. I need to know how to display the --Select-- default value int he selection xtype of CQ5. Any help will be appreciated.

View Article

SOLVED: “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 Article


Annotation in custom components

How can i enable annotation for my custom built components ?

View Article

Publishing Instance is rendering blank HTML

I have recently created a site with CQ5.4 using the cq-quickstart-5.4.0.jar executable jar file.  In my file structure I have an author folder and a publish folder in which I am running my author and...

View Article

Developing with Maven : [ERROR] Unresolveable build extension: Plugin...

I am trying to deploy AEM with maven, so I followed this tutorial. When I run the command mvn clear package, I get the following error:   C:\workspace\myproject\app>mvn clean package[INFO] Scanning...

View Article


Caching at component level

Hi, I read the following forum post: http://forums.adobe.com/message/4296426, like to get confirmation that this is how we need to implement our solution.  This is the problem: we have a component that...

View Article


500 internal error on requestDispatcher.forward

HiWe have a form when submitted calls a webservice and may return error messages as response. We need to redirect to same page posting the error. trying with this code in POST.jsp of the form, but it...

View Article

Connect to JMX tools from java

Hello everyone, hope you’re all having a wonderful day, I’m currently trying to connect to the JMX console’s LDAP functionality through a custom login module. I’m currently trying to use the code...

View Article

Image Renditions in Content Finder

Hello, Marketing team wants to make use of image renditions feature of DAM, but they want the ability to choose from various rendered images and then drag & drop on to a CQ page from content...

View Article

CRXDE 1.0.1 issue: Java Content Assist not available with CQ5.5

Hello. I've an issue when I connect CRXDE with CQ5.5. In JSP's editor, the Java Content Assist is not available. So, it can't resolve 'resource', 'currentPage', etc. I don't have this issue when I...

View Article


How to publish new components

When implementing the sample described in http://dev.day.com/docs/en/cq/current/developing/components.html  (creating a new component "Text & Image (Extended)" as a copy of  existing component...

View Article

some 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 Article


How do i use querybuilder.json to return similar search

Can querybuilder.json return a similar search?  That is if I usequerybuilder.json?fulltext=walntI'd like to get the results for "walnut".  What predicate should I use?

View Article

Received 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 Article


Bulk Copy issue

I am trying to copy parent node in CRX using workspace.copy , parent node has around 1L child nodes...  Below is the error message....  14.03.2012 09:14:19 *ERROR* TarPersistenceManager: Failed to read...

View Article

Image may be NSFW.
Clik here to view.

CQ 5.4 - How to create a column layout?

Greetings everyone;     I'm trying to create a website with some components that I get from a imported site... So far, so good, but when I try to drop a "column" component in my website from the...

View Article

Nothing shows in sidekick inspite of the design selection

Additional update-  If the same page, I view it in preview and revert back to authoring mode, sidekick gets populated. So preview does the trick of sidekick population but not on all the templates. For...

View Article

How to auto crop an image?

How do you auto crop an uploaded image?  I see that there are workflow steps and it seems there might be a couple that can create new assets, but where is the documentation for that?   Also, how do you...

View Article


parsys 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 Article


How 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 Article

CRXDE 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 Article

Error when trying to consume OSGI Service

Hi Everyone, This is my first post after attending the developer and advanced developer courses on CQ5.5.  Everything has been fine up to the point where I am trying to create and consume an OSGI...

View Article


Issue with unbinding of configurations from old jars

Hi, We have a setup where we deploy some of the business services and configurations (Java code) into CQ5 so that they can be managed through Apache console.We are facing a problem where if we deploy a...

View Article

Fail 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 Article

CQ5 - user session data maintenance

Hi,I am developing an application that requires to me to prompt user to login and then pass some data from page to page. This can't be GET or form POST data. So, I thought to do using HTTP SESSION. I...

View Article

Facing problem in Rich text component

Id attribute of Div tag is stripped in Rich text component. How do we handled this. Any help regarding this appreciated?

View Article



Change the URL path for CQ?

How do you change the base URL so that /content/geometrixx/en does not show up in the URL?  If www.geometrixx.com was the URL how do you make it so that /conent/geometrixx/en does not show up in the...

View Article

Disabling the "Target" context menu item in AEM v5.6

Is it possible to disable the "Target" context menu item on components in AEM v5.6?  We don't want (at the moment) authors to have this ability and it seems to be interfering with some of our custom...

View Article

How to build a custom multifield component?

How to build a custom multifield component, having a text and a path field in each new entry? 

View Article

CQ5.5 Session Timeout

Hello, We would like to change the session timeout value for the Author server so that if an Author doesn't do anything for 30 minutes the CQ session expires.  Seems the default is several hours.

View Article


Send Email Using CQ API and custom template

Is is possible to send email using CQ API and custom template. If yes how can i pass template as Subject http://blogs.adobe.com/learningwem/2011/11/27/cq5-4-workflow-process-to-send-an-email-usin...

View Article

How do I add a pathfield to each slide in a customized slideshow component?

While I have customized the foundation components in terms of their dialog structure or jsp rendering thus far, I have not delved as deep as editing the .js files which seems to be what would be...

View Article

Set Server Timezone

Hello, Our servers are set a Pacific Standard Time; however, when I make a change on one of our author instances it shows as Easter Standard Time.  I would have though the time was taken form teh...

View Article


How to create a query in for lastModifiedDate in Query Builder

I want to create a query to get the Dam Assets those with their lastModifiedDate that match the current date. The usual lastmodified date is of the format yyyy-MM-ddThh:mm:ss etc. With the current date...

View Article


sling:ResourceSuperType foundation/components/page

Hi Everybody, I'm new to CQ and really enjoying it.  I have a question if someone can please help? Can anyone help me understand how sling resolves a page component that has a resourceSuperType of...

View Article

Workflow Process Implementation not found

Hello,      I've created a workflow process in AEM 5.6.  When I initiate the workflow, the workflow is not completed and in the Inbox Console, I see 'process implementation is not found'. Here is the...

View Article

Regd: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 Article

How to post a form to a servlet in CQ5.5?

Hi all,  I'm using CQ5 to develop some things. and now i am not so clearly how to post a 'FORM' and accept with a SERVLET.   I've seen this 'http://forums.adobe.com/message/4932739#4932739' already,...

View Article


RepositoryException 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 Article

facing org.apache.sling.engine.impl.SlingRequestProcessorImpl service:...

Hi, I am facing below issue in Performance testing does anyone guide why this error is coming. Individually these pages are running fine. Attached logs for your reference.  Thank ,Yogesh  17.01.2013...

View Article


Setting 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 Article

Image may be NSFW.
Clik here to view.

How to create pagination in CQ5

Hello, Sub- Component for CQ5 pagination I have a static webpage and having static pagination and I want to create pagination in CQ5.Ex. page having 5-5 product on each page and each product is...

View Article


QueryBuilder builder getting null

Hi  I was tried ...................................................... /*** This class is an example ,Create selected users under a group***/ @Component @Service @Properties({        @Property(name =...

View Article

Permission sensitive caching

Hello,  I am trying to use permission sensitive caching on my website "www.domain.com" for resources that are in a particular location in the DAM. I want to make sure users are logged in when they...

View Article

CQ login page is throwing 500 Internal Server Error on start up. Can't load...

Hello Team, When I am trying to start the CQ instance, I am seeing the following in the stderr.log Setting properties from filename 'C:/CQ/CQInstall/cq-author-4502.jar'Property '-r' set to 'author'...

View Article

How 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 Article


need to call servlet from jsp how

generally we specify in action attribute   in cq how to specify the servlet path what should be the folder structure plz explain with an example

View Article