Looks like its deterministic: http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/context/support/ResourceBundleMessageSource.html#setBasenames(java.lang.String[])
Cheers, Scott On Wed, Oct 24, 2012 at 11:17 AM, Jeffrey Simpson <[email protected]> wrote: > Done is is issue CAS-1205. > > Do you know the answer to my second question? It was: That if you put you > own basename first in the list it lets you override existing messages. > Do you know if this was by design or happenstance? > > <https://issues.jasig.org/browse/CAS-1205> > > From: Scott Battaglia <[email protected]> > Reply-To: "[email protected]" <[email protected]> > Date: Wednesday, October 24, 2012 10:59 AM > To: "[email protected]" <[email protected]> > Subject: Re: [cas-user] Overriding messageSource > > > Ah, that makes sense. Then we should really break that into its own file > or allow you to add to the list without modifying the bean definition. > Can you open a JIRA issue for that? > > Thanks > Scott > > > On Wed, Oct 24, 2012 at 10:53 AM, Jeffrey Simpson > <[email protected]> wrote: > > Thanks for the reply. > > I thought I would go this route since when I upgraded to 3.5.1 there was a > lot of changes to the message.properties. I had originally just changed > the message.properties but as I work for a company with a international > user base I changed all of them. I > was hoping this way would set me up for a easier time when I upgrade to > 4.0. > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > <http://www.ja-sig.org/wiki/display/JSG/cas-user> > > > > > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
