Re: MessageResources Question

2004-07-14 Thread Ken Pullin
Yeah - I've reviewed that package but it doesn't appear to solve the real issue. The getMessage() call in the OJBMessageResources class clears the cache of the MessageResources class. That's fine, but as soon as you return the value back up to MessageResources, it's going to put it on the cach

Re: MessageResources Question

2004-07-14 Thread Bill Siggelkow
http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=76369 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MessageResources Question

2004-07-14 Thread Nick Heudecker
Hi Ken: A JDBCMessageResources class already exists. I believe that James Mitchell wrote it. After a quick search, I couldn't find any additional links to it, however. Ken Pullin wrote: I've been looking into extending the MessageResources class and providing my own MessageResourcesFactory.

MessageResources Question

2004-07-14 Thread Ken Pullin
I've been looking into extending the MessageResources class and providing my own MessageResourcesFactory. The end goal is to house the ApplicationResource files in a database table. The issue I'm noticing is that the MessageResources class maintains a HashMap of key/values called 'formats'.