I need to add properties with composite values to osgi .cfg files | Community
Skip to main content
Nitiks25
Level 2
May 3, 2018
Solved

I need to add properties with composite values to osgi .cfg files

  • May 3, 2018
  • 1 reply
  • 1357 views

I need to add properties with composite values to osgi .cfg files. Can anyone please tell how this can be done by adding a configuration file(.cfg ) in install folder.

E.g. I want to add composite lines to Apache Sling Service User Mapper Service in config manager, I want to add Service mappings to this configuration by adding a file (.cfg ) to install folder.

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 Kunwarsaluja

Below should still work for .cfg files

service.ranking="0"

user.mapping=["1","2","3"]

1 reply

KunwarsalujaAdobe EmployeeAccepted solution
Adobe Employee
May 3, 2018

Below should still work for .cfg files

service.ranking="0"

user.mapping=["1","2","3"]