Hi!
I've found a bug in i18n.

I18N transformer caches the bundles and don't update them, though XMLResourceBundle has method update(), which uses SourceValidities.
So when the XML-catalogue file is updated, the bundle isn't.

If we add update( ) into XMLResourceBundle.getObject() and XMLResourceBundle.getString() , we can avoid that behaviuor.

Alexander.

--
Alexander Berezhnoy,
Chief Architect
SmartPhone Labs, LLC
http://www.smartphonelabs.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to