sling:OsgiConfig Node changes are not applying in Felix config manager | Community
Skip to main content
Var
New Participant
September 15, 2016
Solved

sling:OsgiConfig Node changes are not applying in Felix config manager

  • September 15, 2016
  • 5 replies
  • 2808 views

Am trying to make the sling:OsgiConfig nodes as per this link for Apache Sling Service User Mapper and Apache Sling Service User Mapper Service Amendment Felix configuration, But those are not reflecting into Felix console, is there anything am missing for these nodes.?

Note : below node changes are reflecting for the as per the link.

org.apache.jackrabbit.oak.spi.security.authentication.external.impl.DefaultSyncHandler.con fig

Nodes which are not reflecting into Felix configuration.

org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl

org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended.config

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 Sham_HC

ServiceUserMapping is factory make sure to have unique name given at end having -

5 replies

kautuk_sahni
Employee
November 1, 2017

Done. Thanks for the notification!!

Kautuk Sahni
VeenaVikraman
New Participant
November 1, 2017

kautuksahnismacdonald2008​ Guess we need to mark Sham's answer as correct. I just tried this out and its the perfect answer.

Sham_HC
Sham_HCAccepted solution
New Participant
September 20, 2016

ServiceUserMapping is factory make sure to have unique name given at end having -

kautuk_sahni
Employee
September 16, 2016

Hi 

Please have a look at this community article :-

Link: https://helpx.adobe.com/experience-manager/using/osgi_config.html

// This aricle covers OSGi Configuration Management – AEM

 

And yes, as mentioned by Ratna, please have a look at Adobe Helps article:- https://helpx.adobe.com/experience-manager/using/osgi_config.html

// It has shown that configuration values are defiled in CRXDE Lite by creation node of type sling:OsgiConfig and Configuration values that are defined as properties of a sling:OsgiConfig node.

I hope this will help you.

 

~kautuk

Kautuk Sahni
Ratna_Kumar
New Participant
September 15, 2016

Hi,

Did you refer this article: https://helpx.adobe.com/experience-manager/using/osgi_config.html ?

Thanks,
Ratna Kumar.