AEM configuration- on activate get values | Community
Skip to main content
New Participant
July 17, 2018
Solved

AEM configuration- on activate get values

  • July 17, 2018
  • 1 reply
  • 1892 views

All,

I have an aem configuration that i migrated from 6.2 to 6.4

The configuration has default values set in the code and on activate i am expected to get it's value , but the configuration is not stored in aem, it just appears in felix console with the values set

How do i get the values in such cases

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

String var default "abc"; is the solution.. thanks guys

1 reply

nicolec5933381AuthorAccepted solution
New Participant
July 17, 2018

String var default "abc"; is the solution.. thanks guys