I'm using SmartClient Pro with a custom datasource. Everything works fine, but sice v110p_2016-06-03_Pro and v110p_2016-06-07_Pro I receive following Java warning when updating a record:
[2016-06-07 21:15:08,375][WARN ][com.isomorphic.datasource.DSRequest] Exception attempting to get DataSource during DSRequest construction
java.lang.NullPointerException
at com.isomorphic.datasource.DSRequest.setRequestData(DSRequest.java:631)
at com.isomorphic.datasource.DSRequest.<init>(DSRequest.java:669)
at com.isomorphic.rpc.RPCManager.parseRequest(RPCManager.java:2311)
at com.isomorphic.rpc.RPCManager.<init>(RPCManager.java:418)
.....
At Java source line:
rpc = new RPCManager(request, response);
This warning did not occur with e.g. v110p_2016-04-15_Pro and v110p_2016-05-24_Pro.
Is it a bug in your code or in my code?
Do you need more information to locate the problem?
Thanks
[2016-06-07 21:15:08,375][WARN ][com.isomorphic.datasource.DSRequest] Exception attempting to get DataSource during DSRequest construction
java.lang.NullPointerException
at com.isomorphic.datasource.DSRequest.setRequestData(DSRequest.java:631)
at com.isomorphic.datasource.DSRequest.<init>(DSRequest.java:669)
at com.isomorphic.rpc.RPCManager.parseRequest(RPCManager.java:2311)
at com.isomorphic.rpc.RPCManager.<init>(RPCManager.java:418)
.....
At Java source line:
rpc = new RPCManager(request, response);
This warning did not occur with e.g. v110p_2016-04-15_Pro and v110p_2016-05-24_Pro.
Is it a bug in your code or in my code?
Do you need more information to locate the problem?
Thanks
Comment