We have two separate pipelines in AEM as a Cloud Service — one for deploying PathFactory packages and another for deploying our main project code. However, when the project pipeline runs, it replaces or overwrites the existing PathFactory packages located in the app folder.@SantoshSai @arunpatidar ...
If I rename a tag value in the AEM Tag Console in AEM Cloud, and the original tag value has been referenced in pages and content fragments: 1) Does the value get automatically updated in the referenced pages and content fragments?2) Is there a need to republish the pages, or does AEM take care of it...
Hi Team,I want to understand jcr:frozenNode or nt:frozenNode better in the CRX repository. I couldn't understand very well from the content available on the web.Issue - There is a step in custom workflow to replicate one content is approved, Does the version information go along with the replicated ...
Hi,In AEMAACS, we are using Authentication Handler for OIDC Based authentication and authorization.Limitation being we do not want to create users in AEM (post-authentication) but need to do authorization to allow access to pages based on user groups.If anyone has implemented this, any inputs would ...
HiI need some assistance adding a custom property in content fragment page properties, I tried to copy the nodes from /libs/dam/content/schemaeditors/forms/contentfragment/items/tabs/items/tab1/items/col1/items to /apps/dam/content/schemaeditors/forms/contentfragment/items/tabs/items/tab1/items/col...
EM jar version: 2025.7.21570.20250715T080514Z-250600I tried updating my AEM local instance to the latest jar version, downloaded it and renamed it to cq-quickstart.jar. Replaced the old jar file, deleted the crx-quickstart folder and run: java -jar cq-quickstart.jar Once it's done, I got this: I use...
Hi All,I wanted to check if the following actions can be performed for a large volume of assets in AEM DAM, and what possible methods or tools (APIs, GenAI, scripts, etc.) we can use to achieve them:Bulk Rename Assets – Is there a way to change file names in bulk, either through AEM APIs, scripts, o...
In our all AEM instances (DEV, QA, PROD), the existing vanity URL is not working. AEM jar version: 2025.7.21484.20250703T155820ZWhen I list the vanity URL using below url, the format is not correct./libs/granite/dispatcher/content/vanityUrls.htmlIt is listing all the URL in single line./iphone13pr...
Hello all,Anyone managing Brand Guidelines from Assets or Brand Portal out there. If you are, I would love to hear from you.Thank youFabiana from British Airways
In OSGi bundle, what will happen if you define a package in both Export-Package and Import-Package in the bnd configuration, and how can this lead to class loading issues?