I have added below snippet in the build part of my Project core but it is throwing me below error while deploying it to cloud environment:Code Snippet:<build><plugins><plugin><groupId>org.apache.felix</groupId><artifactId>maven-scr-plugin</artifactId><executions><execution><id>generate-scr-descripto...
I have created a filter for asset requests to DAM. For certain assets, I want to completely disable caching in the dispatcher and AEMaaCS CDN. Is it enough to simply set the headers from Java, or do I need to also apply some logic in the dispatcher? For instance, I am doing something like this: ...
Context :1. AEM is running on sp12 2. Workflows are not transient and we do not want to convert them to transient since we need the history. Problem : We have a workflow where we need to introduce process step and have below logic in it :if(custom field is valid){ proceed with usual flow;}else{ ...
hi folks,Recently we noticed that one of our sites wasn't showing code updates we made via Cloud Manager.We found that there was a CACHE-CONTROL header with max-age of an hour. Sure enough, after the hour, the code updated. I cannot find this parameter configured in our AMS AEM 6.5.20 installation. ...
Hello, what happens is that I am making a custom sitemap, this has as name “products-sitemap.xml”This sitemap is created by searching all the content fragments of a folder called cf-products.I already tested it with loggers and it generates the sitemap and it looks good.But I have a problem.This sit...
I trying to add custom page properties in the xfpage dialog and instead off using propertiy.property name I want to extend the xfpage model and return the properties from the model as json. is there any reference or documentation to achieve this
Hi Guys, I would like to get some inputs/suggestions on the below requirements- -- What are all available User activities reporting capabilities in AEM? -- Is there a way to get a report that displays each user action being done at AEM level at all AEM spaces? -- Is there any way we could report ...
Hi team, Has anyone noticed that asset links are breaking when asset expiration dates have passed? If this is a function that can be toggled on or off? Best,E
Hi all, I was trying to setup a dispatcher on our Linux server which is also running AEM on 4503. I followed the Adobe documentation at "Installing Dispatcher | Adobe Experience Manager" When i add an entry DispatcherConfig conf/dispatcher.any inside conf/httpd.conf file, i am not able to restart ht...