Dylan Kolson
10/02/2024, 6:02 PMmessageSource(DatabaseAwareResourceBundleMessageSource) {
fallbackToSystemLocale = false
pluginManager = ref('pluginManager')
customLabelLookupSource = ref('customLabelLookupSource')
configInfoService = ref('configInfoService')
if (Environment.current.isReloadEnabled() || gspEnableReload) {
cacheSeconds = config.getProperty(Settings.I18N_CACHE_SECONDS, Integer, 5)
fileCacheSeconds = config.getProperty(Settings.I18N_FILE_CACHE_SECONDS, Integer, 5)
}
defaultEncoding = encoding
}
fails on this line DatabaseAwareResourceBundleMessageSource messageSource in the service class saying it cant cast PluginAwareResourceBundleMessageSource to DatabaseAwareResourceBundleMessageSourcemattias_reichel
10/02/2024, 6:09 PMDylan Kolson
10/02/2024, 6:09 PMDylan Kolson
10/02/2024, 6:10 PMDylan Kolson
10/02/2024, 8:52 PMmattias_reichel
10/03/2024, 2:39 PMDatabaseAwareResourceBundleMessageSource to work in that, no other changes. That way you may isolate this particular issue. If you don't get it to work, you could share that project to let others have a look.