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}
Solved! Go to Solution.
Views
Replies
Total Likes
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
What version of AEM are you on ? It used to be bug in previous Apache sling versions.
References-
https://issues.apache.org/jira/browse/SLING-4814
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