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 ...
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/...
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.
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 ...
(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...
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 . ":" . $...
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...
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...
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...