Expand my Community achievements bar.

SantoshSai
SantoshSai
Online
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @VivekSr1, Root Cause  Coral UI DOM manipulation is discouraged in AEMaaCS. AEMaaCS uses dynamic Coral rendering and reactive bindings, and direct DOM overrides often get ignored or reset by Coral runtime (especially with template overrides like yours). Content Fragment Editor (CFE) is entire...

    Type

    Discussions

    Views

    334

    Likes

    2

    Replies

    0
  • Hi @aanchal-sikka, In addition to the excellent AdaptTo 2024 video that @Arun Patidar shared ( AEM 6.5 and Java 17 – adaptTo() 2024), I wanted to provide a few more key resources that may help your team evaluate the upgrade more comprehensively.You may have already come across some of these—but in c...

    Type

    Questions

    Views

    724

    Likes

    7

    Replies

    0
  • Hi @NamitaDu, To exclude or ignore properties in Sling Model Exporter JSON output, you can use the @JsonIgnore annotation from the Jackson library on the getter methods or fields you want to omit. Official Reference: See Adobe Experience Manager Sling Model Exporter docs for details: https://experie...

    Type

    Questions

    Views

    300

    Likes

    3

    Replies

    0
  • Hi @PriyankaKh4, Using Lombok in Sling Models exported through Sling Model Exporter can bring benefits but also has considerations. Here’s a breakdown: Advantages: Less Boilerplate: Lombok drastically reduces boilerplate code by auto-generating getters, setters, constructors, builders, and more, ma...

    Type

    Questions

    Views

    244

    Likes

    5

    Replies

    0
  • Hi @NehaBa4, To override CAConfig values at the page level while still falling back to parent-level defaults, follow this hybrid approach: Step 1: Enable CAConfig at Page Level Ensure your page components or templates allow CAConfig to resolve from the page itself by using: config = contextAwareConf...

    Type

    Questions

    Views

    301

    Likes

    2

    Replies

    0
  • @nsvsrk  Let’s say your AEM Quickstart JAR is at C:\author\aem-author-p4502.jar. Here’s how to do it correctly in Windows: Step 1: Navigate to the AEM directory cd C:\author Step 2: Set the JVM parameters (Windows-style) set CQ_JVM_OPTS=-Xmx4096m -XX:+UseG1GC -Dsling.run.modes=author This sets the ...

    Type

    Questions

    Views

    252

    Likes

    7

    Replies

    0
  • Hi @nsvsrk, Working with a brand new AEM Publish instance and trying to install some packages using the same Package Manager URL as Author - just changing the port to match Publish. Here’s what you are observing and looking for some clarity: Issue 1: No Packages Visible in Package Manager on Publish...

    Type

    Questions

    Views

    351

    Likes

    6

    Replies

    1
  • Hi @nsvsrk, Here's how you can do it step by step: Step 1: Prepare Your AEM Quickstart JAR Make sure your AEM Quickstart JAR file (e.g., aem-author-p4502.jar) is in a clean directory. This JAR file will unpack and create the crx-quickstart folder when first run. Step 2: Set Your Desired JVM Paramete...

    Type

    Questions

    Views

    269

    Likes

    2

    Replies

    2
  • Hi @ArunG_, To avoid repeating the same @Property (like isGlobalPropetry) across all Context-Aware Configs (CA Configs) in AEM, inheritance or composition would seem like a natural solution - Unfortunately, Java annotations do not support inheritance the same way classes do. That means you cannot ex...

    Type

    Questions

    Views

    339

    Likes

    0

    Replies

    1
  • Hi @stiegjo22, I don’t think the "Export to Adobe Target Offers" feature is available out-of-the-box in AEM 6.5.x (AMS or on-prem). From what I’ve seen, it appears to be supported only in AEM as a Cloud Service. The Adobe Experience League documentation for AEM 6.5 covers how to integrate AEM 6.5 w...

    Type

    Discussions

    Views

    292

    Likes

    2

    Replies

    0
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile