Hi everyone, Wanted to get your thoughts on websphere commerce server and adobe CQ integration. Is there any issues with this integration (advantages and disadvantages) ? Anything I should know before starting the project based on this integration ? Any best practices/guidelines that we should be fo...
Hi,we have forgot password link in app wherein we need to retrieve the original password and mail the password in plan text to the end user.user password is stored in encrypted format in CRX (/home/users/), so is there any CQ / Sling API to decrypt the password? OR is there any other way to implemen...
Hi all,I've customised a login function for my website. The signout function will set user to be anonymous and reload the page. But when I logout from a Closed User Group enabled page, it redirects to 404 page not found because anonymous does not have the right to see the CUG page. How can I redirec...
Hi,I have a requirement wherein I need to search for article pages of a specific type under 6 different paths. The pages belonging to 6 different paths are of same type in a way that they are using same template. Their respective parent pages are also using the same template but they differ based on...
Hello , Does sharepoint connector support for AEM 5.6.1 ? i have gone through this is site http://dev.day.com/docs/en/crx/connectors/sharepoint/current.html . I have tried to package share and downloaded and installed crx2sharepoint-crx21-2.0.2.zip file . BUut as per document it is ...
Hi CQ5 Professional , When am uploading the CQ support XML files through CONTENT LOADER CQ 5.4 in JCR repository. Am getting org.apache.jackrabbit.server.io.XmlHandler: /content/ReversePage/content_example.xml importing...Import failed: java.io.IOException: No child node definition for jcr:root ...
Lets say I have an OSGI bundle and it implements an Activator, and in that Activator class it wants to log out some information. For exampleimport org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class Activa...
Hi All,I am new to cq and i tried example given in adobe forum "By using Sling API,getting the information of page node information from JCR".But i am trying to get the reference of that component into JSP ,null reference is returning.Below are the code snippets. Interface:package com.slingapp;publi...
I need to find a way to either create a single sign-on (preferred) or a way to share/pass user credentials between an Adobe Publish site and an AEM site (same domain). Here's the specific scenario:User goes to the Publish site and logs inThe user navigates to an AEM page that requires authentication...
Hi there,With Twitter's updated API and change to only support JSON feeds, instead of RSS, the existing AEM 5.6.1 Feed Importer doesn't work for their feeds. Is there another way to accomplish this i.e. import a JSON feed?Thanks,RKB.