SmartClient v12.1p_2020-09-18/Enterprise Deployment
Hello I just noticed that this code in a DMI:
returns null, but previously it returned an exception:
it's not a big deal, but I'd prefer the previous behaviour
Hello I just noticed that this code in a DMI:
Code:
DSRequest req = new DSRequest("foo", "fetch", rpcManager);
Code:
java.lang.Exception: Can't find dataSource: foo - please make sure that you have a foo.ds.xml file for it in one of these locations: /Users/bosticco/iscSDK/tools/visualBuilder/workspace/JOFC/out/artifacts/JOFC_war_exploded/shared/ds
Comment