On May 4, 2004, at 2:29 AM, Guillaume Lasnier wrote:


It seems like the error is due to custom localization settings in the TurbineResources.properties.merge. When I removed the property locale.default.bundles it worked but I loose the capablity of customizing messages and labels. I have copied the content of the TurbineResources.properties.merge file below :
==========================================================
module.packages=com.noga.starterkit.jetspeed.modules


# l10n settings
# The line below must be commented to make customizer work
locale.default.bundles=com.noga.starterkit.jetspeed.modules.localizatio n.PortalLocalization,org.apache.jetspeed.modules.localization.JetspeedL ocalization
locale.default.language=fr
locale.default.country=FR
==========================================================
Has anyone managed to have the customizer work with custom localization settings?


Yes, I have tested this with the tutorial and it works here.
That said, Its been a hard road getting there.
Support for 2 or more bundles was working for a long time, and then it was broken in the 1.4 release by another feature.
I fixed this for 1.5, but you have to make sure you get everything configured correctly, which is not always easy.
In looking at your settings above, everything looks fine
Do you have the bundle files located under com.noga.starterkit.jetspeed.modules.localization.PortalLocalization_fr. properties ?


Also make sure that your locale.default.bundle is set to (in TR.p):

locale.default.bundle=


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to