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 have updated the Workflow notification template located in /etc/workflow/notification/email/default/en.txt and saved the changes, but the changes are not being picked up.  The original template is still being used for the email.  I followed the instructions in the Email Templates for Workflow Noti...

    Views

    549

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello,We are trying to Unit test Controllers of our Sightly components. We are using PowerMock, Mokito and Junit.Our Controller class extends WCMuse class as our component is in sightly. We tried to do Mock the WCMuse by @Mock annotation. But the issue is we get NullPointerException when we try to "...

    Views

    469

    Likes

    0

    Replies

    1
  • 10/15/15
    I would like to remove the default DIV created for the each component. I have tried 'cq:nodecoration' true property this works fine but I'm unable to edit the component. Do we have any solution to remove the extra DIV. I'm using AEM6.0 SP2

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi everyoneI'm currently having a problem with permissions for a user who is a member of two groups which have read rules that exclude the other group.E. g. the structure might be /content/internet/country1/... and /content/internet/country2/... For both countries there is a reader group that has re...

    Views

    2.3K

    Like

    1

    Replies

    8
  • 10/15/15
    I have a class RequestCommand implementing WCMCommand (com.day.cq.wcm.api.commands.WCMCommand).When trying to implement the performCommand method, the return type (org.apache.sling.api.servlets.HtmlResponse) is deprecated and when I try to update it to the preferred type (org.apache.sling.servlets.p...

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 10/15/15
    When creating a new OSGI configuration, under "configuration Information" there is "Persistent Identity (PID)" that is appending a dynamically generated random text to each configuration. I think this is done to uniquelyidentify each object. But my question, can we customize or change them to be mor...

    Views

    2.2K

    Likes

    0

    Replies

    2
  • 10/15/15
    Dear All,I have a requirement where I need to trigger a custom workflow upon page deactivation. Author is expected only to deactivate page and I should internally trigger my workflow. Can someone please suggest with some sample code. I tried with EventHandler but FramworkUtil is not having a method ...

    Views

    3.7K

    Likes

    0

    Replies

    8
  • 10/15/15
    Hi Team,Please share me the steps to integrate AEM 6.1 + MSRP – MongoDB.before that I what  to know [1].[1] we have integrated MONGODB  with AEM, but still my project people want me to integrate with  MSRP – MongoDB? can any one brief me abt MSRP? Thanks,Mahesh

    Views

    619

    Likes

    0

    Replies

    2
  • 10/15/15
    can anyone tell me how I solve the problem?loader constraint violation: when resolving interface method "NavigationService.getNav()Lorg/json/JSONObject;" the class loader (instance of org/apache/sling/commons/fsclassloader/impl/FSDynamicClassLoader) of the current class, org/apache/jsp/apps/global/c...

    Views

    3.2K

    Likes

    0

    Replies

    4
  • 10/15/15
    We are using paging to avoid loading all records at same time. However, when we execute the query to get top 25 rows, it still returns all the rows (6000) and shows 25. But then it makes no sense since it's taking around 44 seconds for first query. How to optimize it?sample query is below. First que...

    Views

    2.6K

    Like

    1

    Replies

    6