I am executing below mentioned query on my project content but getting searched term on experience fragments also in the results which is not expected can someone provide a solution ? path=/content/test/us/en/test-foldertype=cq:Pagefulltext=circuits1_property.value=/conf/test/settings/wcm/template...
I am trying to append new line of text for different json files. But for some reason, each json file only has one line after the below code is executed but it shouldn't. Node confNode = session.getNode("/etc");Node reportFileNode;Node contentNode;for (int jIndex = 0; jIndex < array.length(); jIndex...
In my dialog I can add a container and will create a tab, but is it possible to put an select field with predefined icons to author select an icon to each tab created ?
I restarted my mac book and started AEM from terminal getting this error after AEM is started HTTP ERROR 404 Not FoundURI: /STATUS:404 MESSAGE:Not FoundSERVLET:org.apache.felix.http.base.internal.dispatch.DispatcherServlet-e31d7b5 Please help me resolving this issue, it is working fine morning , af...
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...