Thanks for all the answers. What I'm thinking of implementing as a solution is to modify the class that loads the property file (I think DefaultLocalizationBundleFactory) with a startup option where the resource bundle would be reset and always reloaded. But more fine grained control of ResourceBundles are only available in Java 1.6 so I have to put some more thought about how to implement this...
I'll get back when I'm fed up restarting. :) Kind regards, Roland "Roland Bali" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm using Eclipse and JBoss for my development and everything > is updated automagically during development except the > StripesResources.properties file that require a restart. > > Is there a way of making StripesResources.properties reloadable > during development? > > Kind regards, > Roland > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
