Hi there,We're using AEM 5.6.1 and have noticed that all payload urls in the Workflow Inbox take the user to a 404 page. I've examined the URL and it seems that somewhere along the line, the "/" in the URL are be transformed into "%252F." For example, the url http://localhost:4502/bin/wcmcommand?c...
Hi,There is a known issue related to Jcr Resource Resolver Mappings. If there are more than 13 mappings, resource resolver stops working. For more information please see here: https://issues.apache.org/jira/browse/SLING-2125.Unfortunately I could not find any hotfix released by Adobe for this issue....
I am building a website that will be published by AEM. Customers will log into that website - it's a customer dashboard. I want to authenticate them using an existing SiteMinder service (that I don't have control over), get back success / failure, and then signify to my AEM-based website that the cu...
When I add a component to a global pipeline I am not able to catch events for <div> element.I am trying to rewrite certain attributes in markup generated by CQ5. For this I created a custom component and added this to a default global pipeline.When I debug I can see that events are thrown for most o...
I'm trying to make use of AccessControlManager to programmatically set some AccessControlPolcy (ACP) onto a node. So basically what want to do is copy the ACP of one node and set it to another node. My code looks like belowSession userSession = request.getResourceResolver().adaptTo(Session.class); A...
Hi,I have created one custom component it has a feature drag an image from content finder and drop it in custom component.It works well without using cq:dropTargets node,cq:inplaceEditing and all those edit behaviour stuff's.For adding the listeners node , cq:editConfig node is necessary . Coz liste...
Hi There,Is it possible to detect a ReplicationAction event (in Sling or a replication preprocessor) in such a way that the Replication is cancelled?e.g. Have an event trigger on a Replication ActionAssess some criteriacancel replication if not appropriateThere are a lot of examples for listening to...
HI, I was reviewing the documentation related to backup large data : http://dev.day.com/docs/en/crx/current/administering/backup_and_restore.html However, in case you have a large repository to restore in production environment and you cannot turn off the server. You need a fast backup as snapshot, ...
Hi,I'm running cq on 5.6.1 with the below commandjava -debug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30303 -jar cq-author-4502.jaralso tried with the below command as welljava -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=30303,suspen...
Hi,At the moments all my components use jsp to do data manipulation and content serving. Is is possible to use sling servlets in the place of the jsp?Thanks