Hi everybody,
I'm facing a problem with the production code of my project. It concerns the comboboxitem using an option datasource. When I test it in develloper modus (eclipse IDE), all work properly, the elements are retrieved correctly from the server. But after a complete compilation to generate the production version, the same combobox doesn't work anymore.
I spent hours checking the compilation scripts, how jars are copied and so on, and I couldn't find something suspicious.
I would like to know, if someone does have experience with such a problem.
Thanks for any help.
I'm facing a problem with the production code of my project. It concerns the comboboxitem using an option datasource. When I test it in develloper modus (eclipse IDE), all work properly, the elements are retrieved correctly from the server. But after a complete compilation to generate the production version, the same combobox doesn't work anymore.
I spent hours checking the compilation scripts, how jars are copied and so on, and I couldn't find something suspicious.
I would like to know, if someone does have experience with such a problem.
Thanks for any help.
Comment