Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

AEM forms Guide Localization Service runmode configuration is not binding.

Avatar

Level 1

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

 

1 Accepted Solution

Avatar

Correct answer by
Level 8

@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 :

 

guide1.PNG

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

@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 :

 

guide1.PNG