I get the count of stale workflows in the system by doing the below. private int checkStaleItems() { try { MBeanServer server = ManagementFactory.getPlatformMBeanServer(); ObjectName workflowMBean = getWorkflowMBean(server); Object staleWorkflowCount = serve...
Hi guys,I am really lost with this task, I am configuring the maven project and Maven cannot resolve the dependencies.Could someone share the repository information for the AEM 6 libraries?I could not find the next dependencies: <dependency> <groupId>com.adobe.cq.sightly</groupId> <artif...
Iam following according to the procedure providedin the link "http://experience-aem.blogspot.in/2013/12/aem-cq-56-adding-images-in-multifield.html" and using the same js file for adding images to a multifield,but am getting an error of "Cannot read property 'name' of undefined" in the js file of cl...
Is there a way to switch to a launch or promote a launch with the Touch UI? In classic ui, this was done in the sidekick. It seems like a missing features
Hi All,Through curl command uploading and installing /content from 1 server to another instance.But we have noticed , that secondary server is not having all folders where primary instance have.Please let mwe know the issue,We made it through package manager filters for /content , buioding, downloa...
I could see JCR OAK is CMIS complient here but does it also mean that AEM6/CRX repository is CMIS complient? I could not find any documentation around this. Also I understand that AEM 5.6.1 or older version of CRX was not CMIS complient, so I'm hopping that AEM6 is CMIS complient. Please confirm an...
Hello,We have a groupFilter in our Author instance currently configured as such:groupFilter="(&(objectclass=group)(cn=wcm*))"How may we change the filter to add the following groups?ITEmployeesOnlyDRRCorporateEmployeesI tried the following configuration and it did not work.groupFilter="(&(objectclas...
This documentation does not seem to apply to the Touch UI: http://docs.adobe.com/docs/en/aem/6-0/author/social-communities/create-blog.html#Posting a new blog entry
Hello, I am a freshman about CQ. I have setup a project based on URL(http://docs.adobe.com/docs/en/aem/6-0/develop/how-tos/howto-projects-eclipse.html).I don’t know why it runs ok via Maven, but it gets an error if I import it to Eclipse IDE.I mean how to configure the Eclipse IDE <packaging>content...
Hi, I have a component with a dialog like this.<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="cq:Dialog" manageTabs="function(tab,noSwitch){debugger;var tabs={s...