Please see http://issues.apache.org/bugzilla/show_bug.cgi?id=23385 for a related bug report. The only workaround I know of, is to make a copy of the English language resource bundle and make your changes there (i.e. you must have all resources in your custom bundle, even those that you are not overriding).
Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -----Original Message----- > From: Sami Lakka [mailto:[EMAIL PROTECTED] > Sent: Monday, December 15, 2003 4:49 AM > To: Jetspeed Users List > Subject: Problems with Resource Bundles > > > Hi, > > I'm having problems with resourcebundles and localization. I want > to change > the portal title (default Welcome to Jetspeed) in my own portal so I have > changed the values in my JPortalTurbine.properties as follows > module.packages=fi.tut.modules > locale.default.bundles=fi.tut.modules.localization.JPortalLocaliza > tion,org.a > pache.jetspeed.modules.localization.JetspeedLocalization > locale.default.language=en > locale.default.country=US > > Well the title gets changed but when I try to configure my portal > (using the > pen image in panels) > the portal throws an following error: > java.util.MissingResourceException: > Can't find resource for bundle java.util.PropertyResourceBundle, key > CUSTOMIZER_SECURITY_REF > > I have changed the values also to TurbineResources.properties (as > follows): > locale.default.bundle= > locale.default.bundles=fi.tut.modules.localization.JPortalLocalization > locale.default.bundles=org.apache.jetspeed.modules.localization.Je > tspeedLoca > lization > locale.default.language=en > locale.default.country=US > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
