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

  • 5/7/23
    I have AEM 6.5.0 instance with We-Retail project everything is good. But I created a my sample project using below cmdmvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=41 -D appTitle="My Site" -D appId="mysite" -D groupId="co...

    Views

    751

    Likes

    0

    Replies

    2
  • 5/5/23
    I have seen a couple posts here related to a similar issue, where JCR-SQL2 query returns 3 results in CRXDE Query Tool but 0 results in OSGI.  Here's my code:String query = "SELECT DISTINCT page.[jcr:path] FROM [cq:Page] AS page...";Session session = resourceResolver.adaptTo(Session.class);QueryMana...

    Views

    516

    Likes

    0

    Replies

    1
  • 5/5/23
    Hi Team,  Does GraphQL come along with cloud SDK license only ?On premise Can't we achieve AEM headless feature ? Thanks. 

    Views

    750

    Likes

    0

    Replies

    3
  • 5/5/23
    HI,I am trying to write Junit for a java class which has context aware configuration code something like below:Main class logic:ConfigurationBuilder configBuilder =resource.adaptTo(ConfigurationBuilder.class); SimpleConfig simpleConfig = configBuilder.name("feature").as(SimpleConfig.class); but sm...

    Views

    2.3K

    Likes

    0

    Replies

    2
  • 5/5/23
    I want to create users using RepositoryInitializer.    create path /home/users/testGroup(rep:AuthorizableFolder) create user dummy with path /home/users/testUsers with password Test1234   Above command works as expected but I want to add email address and firstname and lastname prop(like below scree...

    Views

    879

    Likes

    0

    Replies

    3
  • Hi Team, In dispatcher we are getting 404 for the csrf token. We are facing this issue only in the dispatcher level.We have added below dispatcher configurations:1) In clientheaders - "CSRF-Token" is added2) In filters we have allowed the csrf token/044 {/selectors ''/extension 'json'/type "allow"/m...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 5/5/23
    Model:  package com.adobe.aem.guides.sabb.core.models;import java.util.List;import javax.inject.Inject;import org.apache.sling.api.resource.Resource;import org.apache.sling.models.annotations.DefaultInjectionStrategy;import org.apache.sling.models.annotations.Model;@Model(adaptables = Resource.class...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 5/5/23
    Hi All, I am using AEM 6.5 version and ACS Common 5.1.0 version. While flushing the cache using ACS Common Utility Dispatcher Flush. I am facing below error. Can you please let me know what is the issue ? 05.05.2023 10:00:58.068 *ERROR* [185.16.22.27 [1683280858067] POST /etc/acs-commons/dispatcher-...

    Views

    2.2K

    Likes

    0

    Replies

    6
  • 5/5/23
    I am trying to add color picket in AEM 6.5.16. I am following this article http://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html to setup color picker but I get empty color widget with below error,  Uncaught ReferenceError: _ is not defined   

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 5/5/23
    I want to change the colour of bullet list inside rte. So I created a new clientlibs with categories (rte.coralui3, cq.authoring.editor) and added my style definition and linked the created clientlibs inside my dialog but the clientlibs is not picked up. Clientlibs changesDialog I am following up th...

    Views

    2.0K

    Likes

    0

    Replies

    4