Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM configuration- on activate get values

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

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