Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/24/23
    I am running aem sdk. I have made some changes in the helloWorldModel and trying to build and deploy the bundle by using "mvn clean install -PautoInstallBundle" but getting below attached error. Please see screenshot below and do the needful.  

    Views

    599

    Likes

    0

    Replies

    2
  • 5/24/23
    I am trying to connect to ldap server using ldap api from AEM.I am able to run the code and see the results with stand alone java but when I have the same api call in OSGI service and deployed the code in aem,seeing below error. Can some one help with solution.org.apache.directory.ldap.client.api.ex...

    Views

    818

    Likes

    0

    Replies

    2
  • 5/24/23
    Taking into account Oracles new pricing setup, is Adobe still covering the Oracle JDK license for AEM users for the provided download? 

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 5/24/23
    Hi Team, We are trying to allow/restrict few page access based on IP adress. Requirement is if user is connected with VPN, can access resource /content/mysite/us/en/private/*, if not connected, it should give 403 to all. What we tried as below but its not working. Although IP address is correct in o...

    Views

    1.3K

    Likes

    0

    Replies

    7
  • 5/24/23
    Hi, I have made partial changes to an experience fragment and authored it within a page. Now, I am attempting to publish the page using the quick publish option, but I do not want the experience fragment to be included in this replication. Is there any OOTB feature available to accomplish this? Than...

    Views

    851

    Likes

    0

    Replies

    3
  • 5/24/23
    Hello,  We have a large AEM page structure and now want to export an entire branch from this structure and import it into an empty AEM installation.Is this possible with AEM? Thanks for your help/ideas. Dirk 

    Views

    932

    Likes

    0

    Replies

    3
  • 5/24/23
    Hi GuysI have two fields1. Dropdown with two options (1. type1, 2. type2)2. Multifield with 4 items (item1, item2, item3, item4 ==> four items all are text fields) case1: Now I want to show item2, item3 and item4 fields  when a content author select dropdown option as type1 1. Dropdown(type1)      2...

    Views

    1.9K

    Likes

    0

    Replies

    6
  • 5/24/23
    Hi Community, I need to add a style attribute to an element in a HTL file, if a checkbox is checked and I tried the below example.<div class="test" style="${model.checkBox ? 'display:none' : ''}"> </div> I also tried ,data-sly-attribute.style=""I guess which is not allowed. Is there any suggestion...

    Views

    1.0K

    Likes

    0

    Replies

    5
  • 5/24/23
    I am trying to create assets in DAM using AssetManeger. I am calling the createAsset method two times. but one asset is creating successfully but another one is not getting successfully created. One is showing pending. Asset asset = createAsset(resourceResolver, mainCsvInputStream, filePath); Asset ...

    Views

    664

    Likes

    0

    Replies

    2
  • 5/23/23
    Hi, After we enabled SAML authentication, all our post calls were failing with 403.We resolved it by adding "granite.csrf.standalone" clientlib into template level. But now in EDGE browser, after some idle time, CSRF token generation API(/libs/granite/csrf/token.json_ loading from Edge browser cache...

    Views

    2.2K

    Likes

    0

    Replies

    8