On Sat, 1 Feb 2003 09:55, Stephen McConnell wrote: > I want the resource object cached but the establishment is directing > that the cached resource is established with respect to a particular > locale. I don't see how this breaks caching because I want the > behaviour of Resource per class. I simply want to override the default > establishment of the locale. Please take another look - I think you > will find that class caching is working just fine - but I'm interested > in any specific issues or respective suggestions you may have.
It breaks r1 = ResourceManager.getResources( X.class, Locale.de ); r2 = ResourceManager.getResources( X.class, Locale.en ); r3 = ResourceManager.getResources( X.class ); and will always return the german resources rather than german, english and default locale. -- Cheers, Peter Donald *------------------------------------------------* | You can't wake a person who is pretending | | to be asleep. -Navajo Proverb. | *------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]