Expand my Community achievements bar.

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

  • 3/19/21
    Hi there,is the a way in AEM we can include an experience fragment on a page without including its css and js files, using HTLSomething like this, is there any argument to pass to ignore/exlude css and js file on this.<sly data-sly-resource="${ @ path="experiencefragmentPathHere", resourceType='wcm/...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 3/19/21
    Hi All, I am working on a migration project from 6.1 to 6.5. My requirement is to migrate static template to editable template and all the corresponding pages should be in accordance with that. I have converted all the classic ui dialogs to touch ui dialogs. Do i also need to create templates and pa...

    Views

    626

    Likes

    0

    Replies

    3
  • 3/19/21
    I tried 2 ways to do a periodical background job. 1:sling job. This was executed on both local SDK and AEM cloud, but executed many times when the specified time come.2:commons scheduler. This is good on a local SDK, but this did nothing on AEM cloud environment. So I'm stuck.Either way, How can I d...

    Views

    2.1K

    Likes

    0

    Replies

    4
  • 3/19/21
    Hi all, I am following this topic at https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/content-services/overview.html?lang=en#content-services. 1. Using Content Fragment and Editable Template, we could expose either JSON or end HTML to the Front End i...

    Views

    546

    Likes

    0

    Replies

    1
  • 3/18/21
    Below is the code for my service and its implementationSimpleService.java : package com.aem.demo.core;public interface SimpleService{public String MyName();} SimpleServiceImpl.java : package com.aem.demo.core.impl;import org.apache.felix.scr.annotations.Activate;import org.apache.felix.scr.annotatio...

    Views

    674

    Likes

    0

    Replies

    3
  • 3/18/21
    Hello All - We have an issue with loading the classic UI pages in our environment and this happens all of a sudden. We see the following errors in the console logs. The page is not loading properly. I see some blank spaces between the contents of the page. Can someone tell me what could be the cause...

    Views

    774

    Likes

    0

    Replies

    3
  • My project has a servlet that runs in background (sling:bg = true as a parameter) the problem I'm facing is that the answer is limited as 3.43MB which creates 99 nodes on the the jobs node (/tmp/bg/jobs/b7e81f79-07d8-47d8-8b54-d87edf46d9a4/2021/03/18/19/03/5/stream/), someone know how can I raise th...

    Views

    559

    Likes

    0

    Replies

    2
  • 3/18/21
    I have graphQL Services at client place and would like to consume the services using GraphQL Client api provided by adobe, as application is an aem application. I tried by including below maven dependency in core/bundle, ui.apps and parent pom files. I am not able to see GraphQL Factory config or bu...

    Views

    6.9K

    Likes

    0

    Replies

    2
  • 3/18/21
    We use cascading metadata in some of our available fields for tagging pages in SITES. The cascading metadata works fine when we first tag pages with new values. However when authors edit existing pages with saved metadata, the cascading metadata does not display with the saved metadata. (see screens...

    Views

    799

    Likes

    0

    Replies

    3
  • 3/18/21
    Hi,I am following the tutorial Integrating SOLR with Adobe Experience Manager  to integrate with SOLR 8.8 from AEM 6.5.7. The tutorial uses maven-scr-plugin  to create a bundle where I have a project based on Adobe archetype that uses bnd-maven-plugin.  I added the following dependencies to the pare...

    Views

    2.1K

    Likes

    0

    Replies

    7