One of the annoying things about Message Bundles is that they only get reloaded when application gets redeployed or the server is restarted. This is true of Struts Message Resources as well (which Beehive Message Bundles are built on). For Struts however, there is a solution:
http://sourceforge.net/project/shownotes.php?release_id=320056&group_id= 49385 In your struts-config, you can declare a factory class and your own implementation for "message-resources" allowing you to change how messages are stored. I would like to use this with Beehive, but am not sure how to go about it. The Message Bundle Jpf annotation doesn't allow you to specify a factory. Is there some other way to affect what the generated struts-config files contain, or a way to modify them and keep them from being overwritten by the Beehive compiler? Ben ******************************************************************************************** This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact the sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. TIAA-CREF ********************************************************************************************
