Hi Isomorphic,
creating this testcase I wasn't able to recreate one or the errors I got (the double validation request). I assume this is because my DataSource has more fields an a more complicated validator.
In order to recreate this more complicated validator I need to add field to the ds.xml and therefore also columns to the mediaLibrary-table in your HSQLDB.
How can I access the HSQLDB and modify the table? I'd be happy to do that when your "start_embedded_server" is running or also when it's not running.
jdbc:hsqldb:file:localhost/isomorphic and
jdbc:hsqldb:file:C:\Users\myuser\workspace\libs\SmartClient_v121p_2025-07-29_Evaluation\smartclientSDK\WEB-INF\db\hsqldb\isomorphic/isomorphic
both only showed default schemas when used in DataGrip.
Thank you & Best regards
Blama
creating this testcase I wasn't able to recreate one or the errors I got (the double validation request). I assume this is because my DataSource has more fields an a more complicated validator.
In order to recreate this more complicated validator I need to add field to the ds.xml and therefore also columns to the mediaLibrary-table in your HSQLDB.
How can I access the HSQLDB and modify the table? I'd be happy to do that when your "start_embedded_server" is running or also when it's not running.
jdbc:hsqldb:file:localhost/isomorphic and
jdbc:hsqldb:file:C:\Users\myuser\workspace\libs\SmartClient_v121p_2025-07-29_Evaluation\smartclientSDK\WEB-INF\db\hsqldb\isomorphic/isomorphic
both only showed default schemas when used in DataGrip.
Thank you & Best regards
Blama
Comment