we have DAM assets loading(attached screenshot) on the author and does not show the image.....it was a old issue in cq 5.3 and i had to restart this bundle to fix it.... "Day Communique 5 Workflow Consolecom.day.cq.workflow.cq-workflow-console"We are experiencing same issue on CQ 5.5, anyone know ...
Can anyone tell me why http://localhost:4502/ works perfectly fine but http://127.0.0.1:4502/ fails to authenticate? This is causing authentication issues with a json response in an http request to a specific IP in test. At first I thought there was a header issue, but quickly found out I can't eve...
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...