Hi all,IN PUBLISH ENVIRONMENT.We are having several problems with a workflow where we have a step where administrators have to approve it manually from their inbox.We have a registration process where the user selects a Role. If the Role selected is B, then a workflow starts and it (should) send a n...
Hi,Neither of these queries compile:SELECT * FROM [cq:PageContent] AS n WHERE ISDESCENDANTNODE(n, [$sitePath])SELECT * FROM [cq:PageContent] AS n WHERE ISDESCENDANTNODE(n, $sitePath)Am I missing something here?Thanks.
We want to create a package that compiles right for both AEM 5.6.1 and AEM 6.0, if I used the class RenditionMaker, will this package compile and deploy successfully for both environments?Thanks in advance,David Zamora.
Hi,according to the Adobe documentation you can create a mobile application either via the AEM PhoneGap Starter Kit and then add that to the App console, or via the Touch UI - http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/apps/apps-console.html#Creating a Mobile Application. I am unable to cr...
Replication queue cannot process remaining items in queue when an image replication fails with "Repository node import error: access denied” error.This happens only with a few images, most get replicated. Could it be possible that it's these images are too big? We see a "HTTP/1.1 400 Bad Request" in...
I am using the blog page and when I feed a comment I see that it is calling /libs/collab/commons/components/comments/formular.html.jsp My problem is that when comment is submitted with an error (fileds not filled that onsubmit javascript method returns a false) the scroball always goes to the top ...
Hi All,I am facing one issue related to publishing a website i.e,I publish all pages from author intance but even than website is not visible on the publish instance.I want to know that is it mandatory to have a website source code on both the crxde instances of AEM.I have not paste a source code ...
Hi,We are using AEM6 and Sightly. We are facing issues with OOTB iparsys. Component inheritance works up to level-2 only from parent page. Components are not getting inherited to level-3.Steps to Reproduce:1. Created a test template "/apps/test/template/test" and added page component "/apps/test/com...
Hi All,I am creating a workflow where I have condition to reject the content and send back to Approver after author edit the content. I am using GoToProcess workflow which is not working. I need to put script for it. Do we have any script written for this workflow or any workaround I could send cont...