Expand my Community achievements bar.

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

  • 3/29/21
    Hi All,JSONObject responseObj= {"pageinfo":[{"name":"page1", "path":"/content/proj/page1"} ,{"name":"page2","path":"/content/proj/page2"} , {"name":"page1", "path":"/content/proj/page1"} ]} How to remove the duplicates?I want responseObj as belowresponseObj= {"pageinfo":[{"name":"page1", "path":"/co...

    Views

    8.1K

    Likes

    0

    Replies

    2
  • 3/29/21
    Hi all, I've been working on this issue for a few days now. Honestly just going for a 'sounding-board' type method here to see if anyone's comments spur an idea. I have inherited a project with the idea of redesigning and upgrading as time goes on. Everything is going fairly swell except for German ...

    Views

    1.3K

    Likes

    0

    Replies

    8
  • 3/29/21
    I installed wknd by running "mvn clean install -PautoInstallSinglePackagewith code from https://github.com/adobe/aem-guides-wknd This puts the site on the author instance.then I started a separate publish instance with "java -jar aem-publish-p4503", and manually added the required replication agent ...

    Views

    842

    Likes

    0

    Replies

    2
  • 3/29/21
    I am trying to Mock SlingSettingsService with run modes in Junit5. In my h.java file, in Activate method I have.srun = slingSettingsService.getRunModes().contains("runMode");How do I mock this in my htest.java file? This is for Junit5.

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 3/29/21
    Hi All, We are transalating our site.We have a scenario where pages in english have a custom property (which is a link to the actual landing page). While I create a lnaguage copy this link's wont get translated based on the new language folder structure.Almost all menu links are based on this approa...

    Views

    456

    Likes

    0

    Replies

    1
  • 3/29/21
    I have a requirement to download pdf files using internal pdftoolkit from AEM DAM. I was unable to get the below dependency in my custom servlet. com.adobe.internal.pdftoolkit.pdf.document.PDFDocument I have used below reference bloghttp://experience-aem.blogspot.com/2016/02/aem-61-add-save-as-pdf-b...

    Views

    702

    Likes

    0

    Replies

    1
  • 3/29/21
    We have to get grapqhl working. Graphql cant be used form author instance because it requires authentication, and the method is not documented and there is no way to "unprotect" the graphql endpoint on author to not require authenticaiton. We understand that the publish instance doesnt have this res...

    Views

    1.1K

    Likes

    0

    Replies

    7
  • 3/29/21
    Hi all,I have fixed  security issues in AEM (6.2) Dispatcher. The first three fixes redirect to the default error page, but the following url (https://mydomain/bin/querybuilder.json.css ) doesn't redirect to the default error page and it redirects to Access forbidden! page as below. Dispatcher is /0...

    Views

    724

    Likes

    0

    Replies

    3
  • 3/28/21
    The problems happens on 2 AMS-hosted environments (sandbox and UAT). I haven't tried in our 6.5.6 prod environment yet as it was just given to us last week and I'm in the process of setting it up. some notes/info:Only the built-in one shows up (in my case it's called Experience Fragment - screens va...

    Views

    793

    Likes

    0

    Replies

    2
  • 3/28/21
    I have a clientlib in two different places.Rather calling template/clientlib.html two times is that fine to call it once. Solution 1<sly data-sly-use.clientlib="/libs/granite/sightly/template/clientlib.html">      <sly data-sly-call=${clientlib.js @ categories='aaa'}/></sly><sly data-sly-use.clientl...

    Views

    590

    Likes

    0

    Replies

    1