This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: LocaleInformation


Tom wrote:
> I don't see how the patch in question can work though, because the
> en_US -> en chaining won't work when the base class is used (because
> chaining works based on the name and not inheritance).  So references
> to certain properties will still fail.  Maybe it just happens to work
> in the particular case you care about?

Well - it definitely does make Tomcat go.  Tomcat was calling the
DateFormatSymbols constructor, which was failing in ResourceBundle.getObject.
Hmmm... didn't the old implementation have some wrapper to protect us from
these MissingKey exceptions?  Maybe we just need those back.

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]