Servoy 6.0 beta 1

@Rob,
Servoy 6.0 beta 1 installed from scratch.
A login module method based on the example for the enhanced security (onDataChange user name) calls an authenticator method (in another module) with the name of the user in order to do:

var dataset = databaseManager.getDataSetByQuery(<server name>, query, args, 10)

which then returns the dataset (which comprises 4 columns: staff_id (integer) user_name (string) name_last (string) and name_first(string)).

The authenticator method does its job properly then returns the dataset to the login module calling method where it is assigned to a form var. The contents are null.

This works in 5.2.7 but not in 6.0 b1

The log file has an error indicating some zip file cannot be opened and then the json error. I have attached the log file.

servoy_log.txt (5.88 KB)