Expand my Community achievements bar.

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

  • 11/17/15
    I'm trying to create a client for Adobe Experience Manager. To begin with I'm following the Adobe Article: https://helpx.adobe.com/experience-manager/using/java-swing-applications.html.Followed the instructions, and my pom for this application looks like :<dependencies><dependency><groupId>org.apach...

    Views

    2.3K

    Like

    1

    Replies

    7
  • 11/17/15
        Hi All,      Can any one help me please how to mock for junit test case  below factory class.     private ResourceResolverFactory resourceResolverFactory;   Thanks,  Venkatesham G

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 11/17/15
    Hi,Here the use case from Geometerixx media from 5.6.1.When an admin logs in, he should be able to see complete site structure. ( See screenshot Pages on Admin Access )When an XYZ logs in, he should see the site structure from one of the child page ( See screenshot Page on XYZ User Access )If anyone...

    Views

    644

    Likes

    0

    Replies

    2
  • 11/17/15
    "Server has a weak ephemeral Diffie-Hellman public key" geting this error while accessing cq instance in chrome

    Views

    1.0K

    Likes

    0

    Replies

    5
  • 11/17/15
    Hi All,I created one custom workflow for the schedule activation functionality. But i have to show the schedule time just like activation later instead  of workflow icon in the siteadmin and  i can able to run other workflows on the page. How to execute the workflow in the backend just like how it i...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 11/17/15
    Hello,I am trying to use Explain Query tool from ACS AEM Tools on AEM 6 + SP3 but I have an exception when I try to browse /etc/acs-tools/explain-query.htmlrg.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP:...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 11/17/15
    I have a development sandbox for a client where they have added a lot of images and projects then deleted them. There is some process that keeps running an inefficient query against assets that are no longer in the dam. The warning about the query is:17.11.2015 09:30:10.133 *WARN* [pool-6-thread-2] ...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 11/17/15
    When i firstly access to any css file on my dispatcher `Content-Type` of request is `"text/hml"`.After re access to this file request have correct `Content-Type` `"text/css"`How to fix this problem, because akamai chashes first request with wrong content type?

    Views

    2.2K

    Like

    1

    Replies

    3
  • 11/17/15
    Hi,Is there any way to check NodeIterator hasNext() condition in sightly.For instance:Resource resource = resolver.getResource("/etc/xyz"); Node node = resource .adaptTo(Node.class); NodeIterator iterator = node .getNodes(); while (iterator.hasNext()) { Node child = iterator.nextNode(); }Here I am g...

    Views

    2.8K

    Likes

    0

    Replies

    4
  • 11/17/15
    I am using AEM 6.1. I tried the sample code from the below link,https://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.htmlI have got the Repository Object and Session Object (ie., have successfully connected to the repository). But then, I get the below excepti...

    Views

    1.5K

    Likes

    0

    Replies

    3