Expand my Community achievements bar.

SOLVED

Deploying new dictionaries does not get refreshed for Slightly

Avatar

Level 6

Hello,

We have a problem where when we deploy updated dictionaries, our sightly does not pickup the new configurations. What would we need to do to refresh the sightly engine, or it to pickup these new keys? It only works when we restart our AEM instances, but thats too much. 

We are using 

We are using ${'labels.CPFG' @ i18n}

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@AEMWizard

Try installing the latest service pack, without restarting your AEM instance, you can also trigger the update OSGI bundle life cycle to "update" the org.apache.sling.i18n bundle.

curl -u admin:admin http://localhost:4502/system/console/bundles/org.apache.sling.i18n -Faction=update

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@AEMWizard

Try installing the latest service pack, without restarting your AEM instance, you can also trigger the update OSGI bundle life cycle to "update" the org.apache.sling.i18n bundle.

curl -u admin:admin http://localhost:4502/system/console/bundles/org.apache.sling.i18n -Faction=update