sling:OsgiConfig changes to nt:file in aem6.0 service pack 3 | Community
Skip to main content
Jaggu_Accenture
Level 2
June 28, 2018
Solved

sling:OsgiConfig changes to nt:file in aem6.0 service pack 3

  • June 28, 2018
  • 1 reply
  • 891 views

Hi All,

I have deployed sling:OsgiConfig and its working fine but when I change the same in felix console its converting to nt:file.

Problem:

All the string properties are changed to key/value paired(i.e. autor.stream5="dsdyttyxxd1234xsds")

But in case of Boolean value its changed as key/value with extra B added(i.e. auth.enabledDisabled=B"true").

Is it correct behaviour?

Regards,

Jaganath

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 arunpatidar

Hi

Yes, If you change repository based config values from Felix console, it would be save in flat file.

If you are using repository based config, you need to change from repository otherwise you'll ended up that.

Thanks

Arun

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
June 28, 2018

Hi

Yes, If you change repository based config values from Felix console, it would be save in flat file.

If you are using repository based config, you need to change from repository otherwise you'll ended up that.

Thanks

Arun

Arun Patidar