I just noticed today on the Java console of a smart client app that I get this exception:
java.lang.ArrayIndexOutOfBoundsException: 2
When I click on a tab (1 out of 4 on the form).
There are several combo boxes on the form in the tab. Only one has a related specification that is 2 deep:
ess_contract_to_country_types.ess_country_types_to_provinces
Each of these relations appears to function fine.
I do not see a problem in the user screen but perhaps this is hidden in some other way.
There is no developer exception noted - only when running the smart client from the app server.
Log (partial) attached. Sort of appears to be some internal bug. Can this be confirmed? Should I raise an issue?
edit:
observed on Servoy 5.2.11, win xp, postgres 9.1 (not bundled version)
servoy_log_arrayOutOfBounds.txt (9.25 KB)