local properties

Is there any way to load properties files accessed using bundle without restarting Portal Server ?

I'm using bundle to manage the localization having the tabs title in the correct language for example. The problem is each time I change a key in the file properties I have to restart the server to take in account the new value.

[341 byte] By [pascal25] at [2007-11-26 8:18:44]
# 1
no. this is due to the fact that the j2se implementation of ResourceBundle statically caches the bundle after it is fetched via getBundle(). this is done for performance reasons.
farble1670 at 2007-7-6 21:21:08 > top of Java-index,Web & Directory Servers,Portal Servers...