Hi All,Had gone through an excellent presentation on CQ (CQ maven methods, youtube). Here in my company, we are trying to build a new vertical “CQ” in the right track. We are planning to build the cq platform using the “cqblueprints” archetype (After some research, and based on the presentation).We ...
Hi,I am facing an issue with setting time on page properties on CQ 5.6.1. The time being set into the JCR is getting converted to the timezone that is set in author’s machine. For example: time being set when author is in India is saved as +5:30 while in NY it is being set with -4:00 offset. Is ther...
Not able to create a package to export the content.While creating throw an error "not able to modify content.File or directory not found" after adding the filtersWe upgraded from 5.5 to AEM
Hello, We are trying to publish a portlet from AEM to a WebCenter portal server. Following the guide at http://dev.day.com/docs/en/cq/current/administering/cq_as_portal.htmla. We have the cq-portal war file deployed and active on the WebCenter portal serverb. Configured the author/publish urls (CQ i...
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...