I'm testing SmartClient_SC_SNAPSHOT-2012-02-19_v82p_Pro.
I'm using a custom datasource logic like in your example "/examples/server_integration/custom_datasource_operations/SupplyItemDMI.java".
As in your example I do not use a DataSource and therefore a Datasource is not set in dsResponse.
With SC 8.2 I get on every
following warning:
Everything works like before in SC 8.0, but the message is annoying.
This message appears in your “Custom DataSource” example as well.
Can you turn off this message?
Thanks
Burkhard
I'm using a custom datasource logic like in your example "/examples/server_integration/custom_datasource_operations/SupplyItemDMI.java".
As in your example I do not use a DataSource and therefore a Datasource is not set in dsResponse.
With SC 8.2 I get on every
Code:
rpc.send(dsRequest, dsResponse);
Code:
[com.isomorphic.datasource.DSResponse] Attempted to call getRecord() on a DSResponse with null DataSource
This message appears in your “Custom DataSource” example as well.
Can you turn off this message?
Thanks
Burkhard
Comment