Re: Create plugin / component fails with could not find resource bundle

2019-11-04 Thread Jacques Le Roux
Yes, it's a Windows encoding issue. In such case I use the Scite editor which has a convenient Encoding option in File menu. Most of the time encoding to UTF-8 with BOM works. It exist also in Notepad++: https://community.notepad-plus-plus.org/topic/14355/encoding-without-bom-where/2 HTH Jac

Re: Create plugin / component fails with could not find resource bundle

2019-11-04 Thread Robert Wynkoop
I created a plugin/component called "helloWorld". The following message file was created(attached to this message): ofbiz\ofbiz-framework\plugins\helloWorld\config/HelloWorldUiLabels.xml In the generated labels file, my system only likes the lang="en" lines. HelloWorld Application

Re: Create plugin / component fails with could not find resource bundle

2019-11-03 Thread Jacques Le Roux
Hi Robert, What do you call "EN lines" and what is your "message file" Thanks Jacques Le 03/11/2019 à 03:39, Robert Wynkoop a écrit : I created a test plugin / component. Without making any changes when I tried to access it and get a resource bundle error. The log says: Invalid byte 3 of 3-

Create plugin / component fails with could not find resource bundle

2019-11-02 Thread Robert Wynkoop
I created a test plugin / component. Without making any changes when I tried to access it and get a resource bundle error. The log says: Invalid byte 3 of 3-byte UTF-8 sequence. Running release 18 branch. If I delete the non EN lines from the message file, it works. Local Dev environment is: J