Using SGWT 3.0 release, we get this warning often, I have read this thread below but it did not help much because we don't have access to the response.
http://forums.smartclient.com/showthread.php?t=20999
As the stack trace shows it, our code calls
IDACall.processRPCTransaction(RPCManager, RequestContext)
And so the DSResponse is not under our control, I have looked at the request in the RPCManager and it has a DataSource.
So what can we do to get rid of this warning?
Thanks,
Gael
http://forums.smartclient.com/showthread.php?t=20999
As the stack trace shows it, our code calls
IDACall.processRPCTransaction(RPCManager, RequestContext)
And so the DSResponse is not under our control, I have looked at the request in the RPCManager and it has a DataSource.
So what can we do to get rid of this warning?
Thanks,
Gael
Code:
Logger.warn(Object) line: 364 DSResponse.getRecords() line: 992 RPCManager.encodeBinaryStreams() line: 1528 RPCManager.completeResponse() line: 1075 RPCManager.send(DSRequest, DSResponse) line: 582 ApplicationServiceServlet(IDACall).processRPCTransaction(RPCManager, RequestContext) line: 156 ApplicationServiceServlet.processRPCTransaction(RPCManager, RequestContext) line: 88 ApplicationServiceServlet(IDACall).processRequest(HttpServletRequest, HttpServletResponse) line: 121 ApplicationServiceServlet(IDACall).doPost(HttpServletRequest, HttpServletResponse) line: 73
Comment