Hello from Los Angeles.I'm wondering how Asset Expiration works in AEM 6.4?I've discovered this document on the Adobe Support Site:Digital Rights Management in Assets It appears that AEM out of the box keeps all expired assets in the DAM, with limited access.Our previous DAM, MediaBin, automatically...
Hello,I am looking for info on whether OAK's CompositeNodeStore is available in AEM yet. I would like to do a POC of running AEM in Containers / Docker for a blue/green deployment similar to what was presented at AdaptTo() 2017 and found questions answered last year with a consensus that Oak 1.8 was...
Hi guys,Is there a way to find all unused DAM assets?Our assets are increasing in size and we want a way to delete all unused stuff.We have assets in our DAM (jpg, png, etc) being acessed by:a) Adobe AEM normal pages (reference by components or dialog properties);b) Referenced by url property of les...
Hello, guys! I'm trying to use the Styles on RTE (followed this guide Configure the Rich Text Editor plug-ins ) and made it work.My use case is to select font-size to the selected text, as followingIt works, but the problem starts when you try to change from one value to another. Instead of deselec...
When I try to access AEM package share via this link Welcome , after entering valid credentials, the screen freezes or sometimes seeing a message that thank you! you will receive an email. Nothing happens after that. It has been the same behavior for past few weeks now. Can someone help?
To connect to mysql database, we defined JDBC pool service using which we are reading datasource and getting connection to read /write data.In the back java code finally block, we are doing connection.close(); when we are done with everything but now we are running into issue where its complaining a...
I would like to have a class on h1 tag which is authored by the template author like <h1 class = "cm_h1">test</h1> and this option has to be limited to only the header tags. The predefined class should not appear for other options like paragraph.