The project code has a property called contentType set under the following path /conf/<project>/settings/wcm/templates/<template_name>/initial/jcr:content I am trying to update the value of the contentType but the changes are not getting updated in the aem instance after deploying the project in...
I am trying to retrieve the bundle's last modified date within an OSGi Service usingbundle = FrameworkUtil.getBundle(this.getClass()); bundle.getLastModified();It works in the local instance but not in AEM cloud where the bundle is null. Is there any reason for this behaviour in the aem cloud alone?
Hi,I have done some changes and published the page over a day ago and its still not reflecting on the live site without a cache clear.But on sudden on the next day the page is up to date with published content.what might be the reason.
I have a fresh install of Mac OSX 13.4.I have downloaded the Quickstart JAR: AEM SDK v2023.5.11983.20230511T173830Z-230200I have installed Java 11.0.19I have installed mvn 3.9.2 I am following the instructions outlined here: Set up Local AEM Runtime for AEM as a Cloud Service Development | Adobe Exp...
Hi ,I have been trying to upgrade ACS commons version from 5.3.4 to 6.0.8. After successfully upgrading the version, the dispatcher flush in author is working fine and as expected. But in Publisher flush Error 403 is thrown saying that CSRF token is not present and its invalid. This case is same fo...
We are doing SAML integration with Okta IDP on AEM Publisher and after doing all the required configurations, getting forbidden 403 when IDP is redirecting to AEM.[26/May/2023:10:25:20 +0000] [I] [cm-p104909-e982861-aem-publish-7cfb4c8c6d-nmjt2] "GET /content/cisco-dcloud/us/en/home/secure.html" 200...
Hi all,Is it possible to create a static template in aem as a cloud service. If possible can any one tell how to create a static template in AEM Cloud Service 2023 version. ThanksNandheswara
Hi, I want to enable permissions only for the properties of zh pages (so they can add TAGS in the page properties).Is it possible to limit rights only to properties?Can anyone suggest me the approach how to do
I want to restrict to author select only the Model that I want, like FAQ Model to this component, how can I do that? Here belows there's the ModelPath xml code <modelPath jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/select" emptyText="Selec...