Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    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...

    Views

    763

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 10/15/15
    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...

    Views

    474

    Likes

    0

    Replies

    1
  • 10/15/15
    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

    Views

    748

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    498

    Likes

    0

    Replies

    2
  • 10/15/15
    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...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    700

    Like

    1

    Replies

    2
  • 10/15/15
    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

    Views

    501

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    1.1K

    Likes

    0

    Replies

    1