Re: locale issue: translating xmlbean error texts

2009-09-02 Thread vinc.turco
Hi Jacob, thanks for replying I would like to change the error messages directly in the jar, without recompiling everything from source. Which one is that? Thanks, regards Vincenzo Jacob Danner-2 wrote: The properties file containing the resource strings is located at

Re: locale issue: translating xmlbean error texts

2009-09-02 Thread Jacob Danner
The properties file is just a resource bundle so I think adding your own properties file for your locale should work. Here is a link that may help http://java.sun.com/docs/books/tutorial/i18n/resbundle/index.html -jacobd On Wed, Sep 2, 2009 at 1:53 AM, vinc.turco vinc.tu...@gmail.com wrote: Hi

locale issue: translating xmlbean error texts

2009-09-01 Thread vinc.turco
Hi developers, I need to translate xmlbeans error messages from english, how can I do that? Is there something like a map error_code, error_message which can be arbitrarily replaced? Thanks, regards Vincenzo -- View this message in context:

Re: locale issue: translating xmlbean error texts

2009-09-01 Thread Jacob Danner
The properties file containing the resource strings is located at src\xmlpublic\org\apache\xmlbeans\message.properties (for EN) -jacobd On Tue, Sep 1, 2009 at 8:42 AM, vinc.turco vinc.tu...@gmail.com wrote: Hi developers, I need to translate xmlbeans error messages from english, how can I do