Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 12/12/24
    Survey for AEM Community: Can you help us out? We want to talk to everyone who contributes to the experience creation process, both within and outside of Adobe Experience Manager. You can help us improve our product by sharing your experience with the experience creation workflow in this 10-minute s...

    Views

    104

    Likes

    3

    Replies

    0
  • 12/8/24
    Details The features in this release focus on Experience Manager Assets and Site innovations and include the following: AEM Assets: Assets Interface Extensibility​Content Hub Asset Rendition Availability​Dynamic Media: New rendition panel​Dynamic Media with OpenAPI advanced ​image modifiers & prese...

    Views

    586

    Likes

    3

    Replies

    0
  • 6/3/22
    Debugging OSGI Bundles in IntelliJ | AEMaaCs by Nikhil Abstract In this article we will see how we can debug any OOTB bundle using IntelliJ IDE, but before that below is the introduction/brief of what an OSGI Bundle actually is. OSGi is a Java framework for developing and deploying modular softwar...

    Views

    710

    Likes

    0

    Replies

    0
  • 6/2/22
    Hey all, I'm trying to follow the tutorial for building the WKND SPA React project and am not able to see or edit the React components that come with the project. This fella here: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/react/over...

    Views

    1.4K

    Likes

    0

    Replies

    10
  • 6/2/22
    Hi,We've been dealing with this issue a lot recently. According to Adobe, the code could be corrupting the instance. However, we have had no problems with the same code being deployed in multiple instances for nearly 5 months. I cleared all cookies and opened an incognito window.The login-token appe...

    Views

    890

    Likes

    0

    Replies

    6
  • Inside ThreadPoolManager calling a service in background with Servlets request.getResourceResolver(). And its getting closedprivate void setUpTreadPool() { ModifiableThreadPoolConfig config = new ModifiableThreadPoolConfig(); config.setMinPoolSize(0); // if no work needs to be done,...

    Views

    850

    Likes

    0

    Replies

    6
  • 6/2/22
    As per documentation MSM works in AEM assets. Limitations and known issues of MSM for AssetsFollowing is a limitation of MSM for Assets.Content Fragments (CFs) are not supported for the use case. When attempting to create their live copies, CFs are copied over as is without any relationship. The cop...

    Views

    630

    Likes

    0

    Replies

    2
  • 6/2/22
    Hello, in the component, I'm having trouble with Models calls. This page is taking an extremely long time to render.I've made a page with five components, let's call them C1,C2,C3,C4,C5, and we've used C2 four times and C4 ten times.The page's components are arranged in the following order: C1,C2,C2...

    Views

    1.4K

    Likes

    0

    Replies

    9
  • 6/2/22
    HI, I have made a import package of a transactional email, and when I did the test to see the result in outlook, Adobe is not sending and processing the transactional email, but the event is generated. best regards  

    Views

    339

    Likes

    0

    Replies

    1
  • 6/2/22
    I have dropdown with (With Image, Without Image) -> I have created two multifield for which is adhering the showhide w.r.t dropdown value. It is working fineFor each multifield I have added JS which enables max-item and min item, for both the multifield  I have min-item= 2, If I choose with Image an...

    Views

    576

    Likes

    0

    Replies

    3
  • 6/1/22
    I have a scenario where I have to read each of the manually added renditions height and width. Rendition rendition = resource.adaptTo(Rendition.class);// rendition  obj would only give size of the rendition (rendition.getSize()) not height and width.For generated renditions, we would at least read i...

    Views

    2.3K

    Likes

    0

    Replies

    13
  • 6/1/22
    Hi Community,  I'm trying to write my Unit test for a model created to interact with the MagentoGraphqlClient Object. My doubt here comes when I need to inject a mocked object using the @Deleted Account  annotation. @Self(injectionStrategy = InjectionStrategy.OPTIONAL)private MagentoGraphqlClient ma...

    Views

    598

    Likes

    0

    Replies

    3