Hello,
The Assets are being deactivated when expiration date of an asset is reached. This is causing a problem where some of the pages leads to 404's. Is there a way like customizing OOTB ExpiryNotificationImpl removing the deactivate step so that asset don't get unpublished when expiration date is reached?
Solved! Go to Solution.
No you can not configure it to disable the replication. The best solution in this case is to write custom expiry job and disable the out of the box expiry job.
One hack is to disable replicate permission of "dynamic-media-replication" user but again it is not recommended as it is an anti pattern to update system users which come out of the box from AEM code.
No you can not configure it to disable the replication. The best solution in this case is to write custom expiry job and disable the out of the box expiry job.
One hack is to disable replicate permission of "dynamic-media-replication" user but again it is not recommended as it is an anti pattern to update system users which come out of the box from AEM code.
No there is no OOTB option to disable or the deactivate step. As per offical doc
You need to write custom job to disable OOTB expiry job.
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies