Hi guys,
I tried to display some values from database on value display fields.
I create a stateless process with one activity: Read from database. In debug mode this process is working fine.
In my app nothing is show after introduce input value.
I add process as interaction in my page and configured:
- for input I use widgets.my_input_var.value
- for output: dataservices.my_process_initiate_staless_ds.processVariables.my_output_var
Process variables are single value.
When I input value in input field, in log file I receive:
Error occured while instantiating driver for: com.microsoft.jdbc.sqlserver.SQLServerDriver
Thx,
Dan.