AEM - Silly Developer Mistakes | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
August 13, 2020

AEM - Silly Developer Mistakes | AEM Community Blog Seeding

  • August 13, 2020
  • 0 replies
  • 1121 views

BlogImage.jpg

AEM - Silly Developer Mistakes by Sreekanth Choudry Nalabotu

Abstract

1) When you see the property value modified or added is not reflecting in application, make sure you are editing the correct config file, eg. editing the s3 datastore config... there could be a possibility the file exists in install location author\crx-quickstart\install\org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config, however the config values are picked from launchpad config author\crx-quickstart\launchpad\config\org\apache\jackrabbit\oak\plugins\blob\datastore\S3DataStore.config


2) When you see the property values not picked by application specified in the correct properties file, try to change the type for eg. in author\crx-quickstart\launchpad\config\org\apache\jackrabbit\oak\plugins\blob\datastore\S3DataStore.config specifying the value as Integer was not being picked up..

presignedHttpDownloadURIExpirySeconds=I"86404"

However changing it to string worked (removed I from value...)

presignedHttpDownloadURIExpirySeconds="86404"

Read Full Blog

AEM - Silly Developer Mistakes

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.