AEM forms Guide Localization Service runmode configuration is not binding. | Community
Skip to main content
September 28, 2020
Solved

AEM forms Guide Localization Service runmode configuration is not binding.

  • September 28, 2020
  • 1 reply
  • 972 views

Hi,

 

I am trying to create a runmode configuration for OOB Guide Localizaton Service.

I have created the sling:OsgiConfig node inside the config folder of my project as "com.adobe.aemds.guide.service.GuideLocalizationService"  and added both the multivalue properties

"Localizable Properties"  and "supportedLocales"

but the configuration is not getting binded.

Is anybody having idea why existing configuration is not getting updated

 

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 Manjunath_K

@thapliyal_neha 

 

Try below specified run mode config xml & this config will be picked.

 

Config file name should be :  Guide Localization Service.xml 

 

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
supportedLocales="[en,fr]"
Localizable_x0020_Properties="[custom]"/>

 

 

 

This config will be picked based on run mode & visible in Configuration Manager :

 

1 reply

Manjunath_K
Manjunath_KAccepted solution
Level 7
September 28, 2020

@thapliyal_neha 

 

Try below specified run mode config xml & this config will be picked.

 

Config file name should be :  Guide Localization Service.xml 

 

<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
supportedLocales="[en,fr]"
Localizable_x0020_Properties="[custom]"/>

 

 

 

This config will be picked based on run mode & visible in Configuration Manager :