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

  • 12/1/24
    Hi, We are in AEM as a cloud service and we see the below error recently when we do the cloud manager build on the core module. "Error injecting: org.apache.felix.bundleplugin.ManifestPluginjava.lang.UnsupportedClassVersionError: aQute/bnd/osgi/Analyzer has been compiled by a more recent version of ...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 12/1/24
    while registering the servlet using path can i use the .* example@Component(service = Servlet.class, property = {         "sling.servlet.methods=" + HttpConstants.METHOD_GET,"sling.servlet.paths=" + "/bin/test","sling.servlet.paths=" + "/bin/test/.*",}) When i am trying to hit http://localhost:4502/...

    Views

    1.4K

    Likes

    0

    Replies

    5
  • 12/1/24
    Hi, does anyone know if Adobe offers and discount codes or specials for their Adobe Experience Manager for at least a few months of use. The course is $2,700 and it's so expensive for me. 

    Views

    728

    Likes

    0

    Replies

    4
  • 11/30/24
    Hi All, I am working on a use case where I need to override the sling model of the OOTB asset share commons code. I have ModelA implementing Interface. I want to write ModelB which will implement interface only with the custom logic. Rest of the code should stay as is. Is there any way we can do it ...

    Views

    690

    Likes

    0

    Replies

    4
  • 11/29/24
    (AEMaaCS)Hello everyone,We are setting our PDF files to open in the browser through dispatcher configuration: Inside our .vhost file: <LocationMatch "^\/content\/dam.*\.(?i:pdf).*$"> ForceType application/pdf Header unset Content-Disposition Header set Content-Disposition inline </LocationMatch>In t...

    Views

    727

    Likes

    0

    Replies

    4
  • 11/29/24
    Hello,I am trying to upload some file via a php script .Here is my script// Check if file existsif (file_exists($file_path)) {// Initialize cURL session$ch = curl_init();// Set cURL optionscurl_setopt($ch, CURLOPT_URL, $aem_url . "/" . $filename);curl_setopt($ch, CURLOPT_USERPWD, $aem_user . ":" . $...

    Views

    818

    Likes

    0

    Replies

    3
  • 11/29/24
    I have created the a component with nested multified which contains 12 fields. we tried to add more than 60 multifields in the dialog and it is taking more time to save the contents and load the dialog. Sometimes it is showing only limited contents in the dialog. Also frequently getting page unrespo...

    Views

    999

    Likes

    0

    Replies

    5
  • 11/28/24
     We’re working on a project that requires a new folder to be created under /conf/project2, and we need to grant read permissions (ACL) to all users via code or OSGi configuration.For this use case, do we need to create a new system user with read permissions for the required path?Could you please sh...

    Views

    1.6K

    Likes

    0

    Replies

    11
  • 11/28/24
    Looking for AD0-E127 dumps for vancouver release. I planning to give my exam on Dec 3. Please help.

    Views

    1.1K

    Likes

    0

    Replies

    6
  • 11/28/24
    We observed while loading the page below JS file is blocking and not loading. /etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub we checked in our code we are not using it anywhere hence please suggest how we can exclude it on page load. Also, pls suggest how to exclude the J...

    Views

    739

    Likes

    0

    Replies

    5