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
    Hi All,Currently working with SSO using AEM 6.0 and want to implement SSO with LDAP for project intranet users.let me know how to work with SSO

    Views

    1.2K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,Is there a way to write this query without using joins or sub queries using SQL2?SELECT * FROM [cq:Page]WHERE ISDESCENDANTNODE(['/content/myapp'])AND LOCALNAME = 'home'AND ['jcr:content/domainName'] = 'example.com'The query in English is "Find all cq:Page nodes that are named home and have a chil...

    Views

    4.2K

    Like

    1

    Replies

    2
  • 10/15/15
    In my bundle whenever a log is created, for example on DefaultHttpClient httpClient = new DefaultHttpClient();I get org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactoryI have created a bundle f...

    Views

    2.8K

    Likes

    0

    Replies

    7
  • 10/3/15
    Can I import a Frontpage website into Dreamweaver?

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 9/28/15
    There seems to be an issue with the workflow model getting saved. In spite of removing few process & participant steps, when the workflow is initiated, the workflow executes those deleted steps.However after deleting the process & participant steps, the package containing this model was taken as a b...

    Views

    735

    Likes

    0

    Replies

    2
  • 8/24/15
    Is that going to be a problem? What should I do?

    Views

    915

    Likes

    0

    Replies

    3
  • 8/19/15
    19.08.2015 18:31:19.678 *ERROR* [0:0:0:0:0:0:0:1 [1440009079675] GET /etc/replication/agents.publish.html HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=cq:Page, superType=null, path=/content/asset-share-por...

    Views

    4.9K

    Likes

    0

    Replies

    4
  • 8/14/15
    We want to remove the default p tag .we are using the text components very heavily.add our custom css to them. so in drop down we select the style and load that text component.I want to remove the default p tage getting added.below is my dialog.xml<?xml version="1.0" encoding="UTF-8"?><jcr:root xmln...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 7/30/15
    The "UberJar" is the informal name given to a special Java Archive (JAR) file provided by Adobe. This JAR file contains all of the public Java APIs exposed by Adobe Experience Manager. It includes limited external libraries as well, specifically all public APIs available in AEM which come from the A...

    Views

    10.5K

    Likes

    3

    Replies

    1
  • 7/29/15
    It is important to understand that Adobe uses open source Rhino to convert JavaScript into Java. Therefore all the regular Java libraries are available to Server Side JavaScript simply be using the class path in your JavaScript. However, Server Side JavaScript is slower than using Java. It is best t...

    Views

    6.8K

    Likes

    4

    Replies

    3