I have the plugin configured as below : <plugin><groupId>com.day.jcr.vault</groupId><artifactId>content-package-maven-plugin</artifactId><version>0.0.20</version><configuration><failOnError>true</failOnError><name>core-app</name><targetURL>http://localhost:4502/crx/packmgr/service.jsp</targetURL></c...
Hi,We have login page requirement for our site .We are using out-of-the-box login and userinfo components (foundation components) by moving them to /apps/<myprojct>/components. In publish server if I give wrong credentials in our site login page its redirecting me to "/content/geometrixx-outdoors/en...
Hi,I am trying to find the asset reference, (ie) which all the pages using the particular asset.My requirement is:once i delete the asset from the DAM, it has to delete the asset link from the reference page as well.So i found the API called: AssetReferenceResolverand the method: getReferences()i ha...
Team, We are working on setting up a beta site with the same domain as main site, but support using the same author instance. We are thinking that on author, we would have two content nodes - /content/mainsite/en/mainsitepages for main site and /content/betasite/en/betasitepagesAuthor should be a...
Hi,As part of a CQ5 project of ours, we have implemented a custom administration dashboard using AngularJS. This app, along the rest of our project, is deployed to a CQ5 instance as an OSGi bundle.In our app, we have implemented a few servlets to let the admin interface communicate with the backend....
Hey thereI'm kinda new to the OSGi development and to get some experience I'm trying to develop a smaller project for our company. Basically it's a form which allows the user to enter the business hours of their location, so I can submit them to a SAP web-service.I already started developing somethi...
Hi all,I'm using in my servlet code 3rd party library to dynamically generate PDFs (iText). The library have dependancies on the org.xml.sax package. Here is the relevant stack fragment:.....Caused by: java.lang.ClassNotFoundException: org.xml.sax.SAXException not found by iText [384] at org....
CQ 5.6.1 - In a nutshell, the design cell path generated by a component's design_dialog doesn't match the component's "currentStyle.getPath()". This makes retrieving properties,via...currentStyle.get(String name, T defaultValue)...always return the default value.I'm trying to figure out if this pro...
Hi,I have a requirement to order the folders in DAM Left Bar(Tree Root) by Name or Created Date. I found /bin/wcm/siteadmin/tree.json servlet called for getting the json data of the /content/dam node.I want to see the servlet code and how the damadmin rendered and damadmin components path in CQThank...
I followed the steps as per the article "Integrating with Salesforce" to integrate CQ5 with salesforce, but I am getting the error "Error in Getting Access Token"."maruthid" also faced this issue and raised his question in "Integrating CQ and salesforce and possible options" on December 30, 2013, bu...