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...
is it possible to reach the health check / operations functions (projects.html on the authoring envionment, garbage collector, tar optimizer, a.s.o.) also on the publishing instance?
Hello,I am using the saml handler 2.0 to integrated with IDP for the saml authentication, IDP is only authenticated users, it will not maintains the user groups. So the user groups we create and maintain them in AEM CRX. I am using default group attribute in Saml handler 2.0 of OSGI console, once us...
Can any one guide me on how to integrate Videojs into AEM. In my project we need to have a video component but the default HTML 5 video tag doesn't run on IE 9 for .ogg videos. That's why need to have videojs integrated.
Hi All,Can any one please guide me to get the Sharepoint connector 3.0 package for AEM 5.6 version.I could see there are some Sharepoint connector package to connect with sharepoint 2007 but i need Sharepoint 2013 connector package.Sample packages are available in Package share but could not find l...
i'm new in ADOBE CQ5, i have configure AEM successfully now, i'm creating demo site using CRXDe, i create my web site folder in following directory :/apps/mywebsiteand also create my website directory in Tools/Design/MyWebsitei want to add static css class using DAM i'm using this path usinghttp://l...
Hi all, I noticed that for certain files a corresponding ".dir" folder gets created on your local laptop when you perform vault checkout from CRX. Does anyone know why this ".dir" folder is getting created ? It happens to files with certain "jcr:mimeType". For example:C:\rohit> vlt co http://localh...
Hi,I'm implementing the interface WorkflowProcess and I need to recover the property "arguments" what i set in the my workflow (see image).@ Override public void execute (WorkItem WorkItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) throws WorkflowException {}the examples I found...