Re: Ancient history: question about some mysterious code in MessageService.java

2015-07-05 Thread Rick Hillegas
On 7/4/15 11:55 AM, Bryan Pendleton wrote: I've been digging into o.a.d.iapi.services.i18n.MessageService.java. Going all the way back to the original code import (revision 37083), MessageService.getLocalizedMessage() contains this bit of code: try {

Re: Ancient history: question about some mysterious code in MessageService.java

2015-07-05 Thread Bryan Pendleton
Thanks Rick, for the pointers and ideas. In the code block which you are studying, the message formatting logic responds to the ShutdownException by falling through to its last chance handler. Do you think it should do something else? No, I don't propose to change its behavior, just to

Ancient history: question about some mysterious code in MessageService.java

2015-07-04 Thread Bryan Pendleton
I've been digging into o.a.d.iapi.services.i18n.MessageService.java. Going all the way back to the original code import (revision 37083), MessageService.getLocalizedMessage() contains this bit of code: try { msg[0] =