Added a custom property in metadata schema and marked it as required (property rules). After applying custom schema on assets, mandatory field validation for custom property is working fine for all type of assets except content fragments.Not sure is it a configuration miss or product bug. any though...
Hi,I have added the below snippet code in the RTE "Source Edit" mode to apply the background color for a text.First time while entered the code it's worked fine and applied the style but when we re-open the dialog and with out changing any thing just submitted the dialog the style tag got vanished f...
We're having trouble where our project, during deployment, causes a restart of all the core AEM bundles on every deploy. We're not certain when this bug was introduced or how to solve it. There appears to be some documentation of an error like this, but I don't feel we meet this criteria - Custom bu...
Hi All,I am facing an issue in changing the password for AEM instance from 6.4.2 and above using the curl command , The password is not getting updated.curl -s -u admin:admin -X GET “http://localhost:4502/bin/querybuilder.json?path=/home/users&1_property=rep:authorizableId&1_property.value=admin&p.l...
Hi,I'm following Ensure Oak Index blog to move index from /oak:index to /apps/<project>/. in my project.I've added the index and now when I'm trying to deploy to AEM, it throws following error:org.apache.jackrabbit.vault.packaging.PackageException: java.lang.UnsupportedOperationException: This buil...
Hi,Following AEM guides I was able to enable OAuth 2 authorization in AEM and receive an access token in "profile" scope. However I would like to access more than profile data with this token.This guide: https://www.albinsblog.com/2017/07/exposing-resources-through-oauth-aem.html mentions an Adobe ...
Hello,I've created image preset with width and height set to empty - I would like to have in that way one rendition which keeps the original image size. However after processing the image with s7delivery agent, it looks very small. Is it possible to have one preset available as original image size?
Hello All,We are building a SPA application on AEM 6.4. Additionally, we are required to implement the i18n/translation for this SPA application.Could you please help with the necessary steps? Can we implement it the same way we do it for normal AEM website in AEM 6.3 by creating dictionary and usin...
Hi there! I have a simple question.My team works on the integration with AEM and they just finished the authentication via Oauth2 flow. Unfortunately, I can't find (in this huge interface of the webconsole and complex docs) the guide to setup refresh token mechanism. Can you give me some advice? How...
We have dependency on customized external jar (which is belong to some other team) .The jar is having dependency on property files which are not bundles within jar.They are sharing property files separately along with jar.They are loading property files in their jar using getBundle() from ResourceB...