Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/31/18
    Hello !We just pushed live the AEM 6.4 version today - and i noticed an issue with the contexthub kernel js file.https://www.ourwebsite.com/etc/cloudsettings/default/contexthub.kernel.js is giving a 404 while it was ok on the 6.2.I tested directly via IP on the publisher (to go without dispatcher)ht...

    Views

    3.2K

    Likes

    0

    Replies

    5
  • 10/30/18
    As per this article - https://helpx.adobe.com/experience-manager/kb/DisableLinkChecker.html to disable link checker in AEM we need to follow these steps -Disable all link checking by configurationGo to /system/console/configMgr and login as admin.Find the "Link Checker Transformer"Check the "Disable...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 10/30/18
    hello I have this query and I would like to be able to store this query in a list or an array to carry out some processes with them here is the one that I haveresourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(null);Session session = resourceResolver.adaptTo(Session.class);...

    Views

    2.7K

    Likes

    0

    Replies

    3
  • 10/30/18
    Hi All,I am facing one issue related to Uncaught DOMException: Blocked a frame with origin on server "https://<server_url>".Uncaught DOMException: Blocked a frame with origin "https://<server_url>" from accessing a cross-origin frame.In response header I have mentioned:X-Frame-Options: SAMEORIGINX-F...

    Views

    9.9K

    Like

    1

    Replies

    2
  • 10/30/18
    Our business wants to update various content /pages from a single page. This is basically switching the associated jcr path dynamically from the same page. Attached is the proposed authoring UI. I know it’s premature and can be changed. But the key is to control all the page/content CRUD operations ...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 10/30/18
    Found a similar thread here: Need java code to convert the page names to lower case which a staff member posted this bit of code:void rename(Node node, String newName) throws RepositoryException     {        node.getSession().move(node.getPath(), node.getParent().getPath() + "/" + newName.toLowerCas...

    Views

    7.1K

    Likes

    0

    Replies

    4
  • 10/30/18
    Hi Team,I have a requirement to display error messages somewhere in AEM Dashboards, something similar to “Log Messages” Diagnosis tool under Tools-->Diagnosis-->Log Messages. The OOTB one has some limitations. For instance, by default it displays ALL error messages and I believe there is no way to r...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 10/30/18
    Objective - Having a multilingual Blueprint, with some pages having already translated initial content.How are we planning to do it - Create a default site structure, with a template per page ( some initial components ) using a Master English language. then create a language copies from the master l...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 10/30/18
    Hello everyone,Does someone know how can I change the character encoding in the response on a sling model exporter?Here a piece of code that I'm using@Model(adaptables = SlingHttpServletRequest.class,   resourceType = {"..."},   defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)@Exporter(...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • 10/30/18
    Hi All In AEM 6.2 we appear to be facing minification issues with YUI (JS Compressor) which is set at OSGi config - Adobe Granite HTML Library Manager. Following are the issues and observations.Troubleshooting steps we took:We were not getting the latest JS for our community calendar (issues we had ...

    Views

    4.1K

    Likes

    0

    Replies

    3