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
Steps followed:1. I Login from my client Login page using my client credentails,2. It Logs into CQ.3. The problem is when I click on logout, the CQ logs out and it also redirects to the required Client loginpage also, but then again logs in. Not sure, i think the session not getting invalidated (exp...
Currently using CQ5.5. I've been asked to provide the diff functionality that OOB components have using the "Diff" button in the Version/Restore tab within the CQ Sidekick.I've been able to add this feature for the text portions of our components, by using the DiffInfo and DiffService classes provi...
I created a custom dam media handler for a RAW file format .pef.But when i try to insert a .pef file in my dam , the default handler gets called. What should i do to make this handler get called , when i insert that file. Thanks in advance.Harish
Adobe experts suggested us to use the root page of a Blueprint as the Home page (instead of having a home page inside the folder, same level as the rest of the sections) as shown below:[img]http://dev.day.com/content/docs/en/cq/current/administering/multi_site_manager/_jcr_content/par/image_0.img.pn...
I have a quick question. Somehow my page's template has changed to an old template in Production (I don't know why that happened, did a release and didn't change anything in the content but it changed to the old template). Now I have to change some page's templates back to the current ones. Can I do...